#4290BF

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

Shades of Curious Blue #4290BF

Tints of Curious Blue #4290BF

Color information

#4290BF (or 0x4290BF) is unknown color: approx Curious Blue. HEX triplet: 42, 90 and BF. RGB value is (66,144,191). Sum of RGB (Red+Green+Blue) = 66+144+191=401 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.46% from 401); Green value is 144 (56.64% from 255 or 35.91% from 401); Blue value is 191 (75% from 255 or 47.63% from 401); Max value from RGB is 191 - color contains mainly: blue. Hex color #4290BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4290BF is #BD6F40. Grayscale: #7D7D7D. Windows color (decimal): -12414785 or 12554306. OLE color: 12554306.

HSL color Cylindrical-coordinate representation of color #4290BF: hue angle of 202.56º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4290BF is Cyan = 0.65, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB66144191-
CMYK0.650.2500.25
HSL202.56º49.41%50.39%-
HSV(B)202.56º65.45%74.9%-
XYZ21.6224.8752.95-
YUV126.04164.6685.18-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.46%
GREEN value IS 144 (56.64% from 255) = 35.91%
BLUE value IS 191 (75% from 255) = 47.63%
R=16.46%
G=35.91%
B=47.63%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal661441910.650.2500.25202.5649.4150.39
Hex4290BF4119019cb3132
Octal102220277101310313136162
Binary1000010100100001011111110000011100101100111001011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4290BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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