#4285C9

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

Shades of Curious Blue #4285C9

Tints of Curious Blue #4285C9

Color information

#4285C9 (or 0x4285C9) is unknown color: approx Curious Blue. HEX triplet: 42, 85 and C9. RGB value is (66,133,201). Sum of RGB (Red+Green+Blue) = 66+133+201=400 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.5% from 400); Green value is 133 (52.34% from 255 or 33.25% from 400); Blue value is 201 (78.91% from 255 or 50.25% from 400); Max value from RGB is 201 - color contains mainly: blue. Hex color #4285C9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4285C9 is #BD7A36. Grayscale: #787878. Windows color (decimal): -12417591 or 13206850. OLE color: 13206850.

HSL color Cylindrical-coordinate representation of color #4285C9: hue angle of 210.22º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4285C9 is Cyan = 0.67, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB66133201-
CMYK0.670.3400.21
HSL210.22º55.56%52.35%-
HSV(B)210.22º67.16%78.82%-
XYZ21.1822.1558.42-
YUV120.72173.388.97-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.5%
GREEN value IS 133 (52.34% from 255) = 33.25%
BLUE value IS 201 (78.91% from 255) = 50.25%
R=16.5%
G=33.25%
B=50.25%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal661332010.670.3400.21210.2255.5652.35
Hex4285C94322015d23834
Octal102205311103420253227064
Binary10000101000010111001001100001110001001010111010010111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4285C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4285C9; }

 p { color: rgb(66,133,201); }

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

<style>
 a { background-color: #4285C9; }

 a { background-color: rgb(66,133,201); }

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

<style>
 span { border-color: #4285C9; }

 span { border-color: rgb(66,133,201); }

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