#4290CB

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

Shades of Curious Blue #4290CB

Tints of Curious Blue #4290CB

Color information

#4290CB (or 0x4290CB) is unknown color: approx Curious Blue. HEX triplet: 42, 90 and CB. RGB value is (66,144,203). Sum of RGB (Red+Green+Blue) = 66+144+203=413 (54% of max value = 765). Red value is 66 (26.17% from 255 or 15.98% from 413); Green value is 144 (56.64% from 255 or 34.87% from 413); Blue value is 203 (79.69% from 255 or 49.15% from 413); Max value from RGB is 203 - color contains mainly: blue. Hex color #4290CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4290CB is #BD6F34. Grayscale: #7F7F7F. Windows color (decimal): -12414773 or 13340738. OLE color: 13340738.

HSL color Cylindrical-coordinate representation of color #4290CB: hue angle of 205.84º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4290CB is Cyan = 0.67, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB66144203-
CMYK0.670.2900.20
HSL205.84º56.85%52.75%-
HSV(B)205.84º67.49%79.61%-
XYZ2325.4260.19-
YUV127.4170.6684.2-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.98%
GREEN value IS 144 (56.64% from 255) = 34.87%
BLUE value IS 203 (79.69% from 255) = 49.15%
R=15.98%
G=34.87%
B=49.15%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal661442030.670.2900.20205.8456.8552.75
Hex4290CB431D014ce3935
Octal102220313103350243167165
Binary1000010100100001100101110000111110101010011001110111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4290CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4290CB; }

 p { color: rgb(66,144,203); }

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

<style>
 a { background-color: #4290CB; }

 a { background-color: rgb(66,144,203); }

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

<style>
 span { border-color: #4290CB; }

 span { border-color: rgb(66,144,203); }

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