#2890D0

Color #2890D0 Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #2890D0

Tints of Curious Blue #2890D0

Color information

#2890D0 (or 0x2890D0) is unknown color: approx Curious Blue. HEX triplet: 28, 90 and D0. RGB value is (40,144,208). Sum of RGB (Red+Green+Blue) = 40+144+208=392 (51% of max value = 765). Red value is 40 (16.02% from 255 or 10.20% from 392); Green value is 144 (56.64% from 255 or 36.73% from 392); Blue value is 208 (81.64% from 255 or 53.06% from 392); Max value from RGB is 208 - color contains mainly: blue. Hex color #2890D0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2890D0 is #D76F2F. Grayscale: #777777. Windows color (decimal): -14118704 or 13668392. OLE color: 13668392.

HSL color Cylindrical-coordinate representation of color #2890D0: hue angle of 202.86º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2890D0 is Cyan = 0.81, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB40144208-
CMYK0.810.3100.18
HSL202.86º67.74%48.63%-
HSV(B)202.86º80.77%81.57%-
XYZ22.2324.9563.32-
YUV120.2177.5470.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 40 (16.02% from 255) = 10.20%
GREEN value IS 144 (56.64% from 255) = 36.73%
BLUE value IS 208 (81.64% from 255) = 53.06%
R=10.20%
G=36.73%
B=53.06%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal401442080.810.3100.18202.8667.7448.63
Hex2890D0511F012cb4431
Octal502203201213702231310461
Binary1010001001000011010000101000111111010010110010111000100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2890D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2890D0; }

 p { color: rgb(40,144,208); }

 H1.HeaderClassName
 {
   color: #2890D0;
 }
 .AnyTagClassName
 {
   color: #2890D0;
 }
</style>
background-color css

<style>
 a { background-color: #2890D0; }

 a { background-color: rgb(40,144,208); }

 div.DivClassName
 {
   background-color: #2890D0;
 }
 .BgClassName
 {
   background-color: #2890D0;
 }
</style>
border-color css

<style>
 span { border-color: #2890D0; }

 span { border-color: rgb(40,144,208); }

 td.TdClassName
 {
   border-color: #2890D0;
 }
 .TagClassName
 {
   border-color: #2890D0;
 }
</style>