Html Css Color HEX #4285CC Curious Blue

📋 copy color: '#4285CC'

red 66 ◦ green 133 ◦ blue 204

#4285CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Curious Blue #4285CC

Tints of Curious Blue #4285CC

RGB

 RED value IS 66 (26.17% from 255) = 16.38%

 GREEN value IS 133 (52.34% from 255) = 33%

 BLUE value IS 204 (80.08% from 255) = 50.62%

R = 16.38%
G = 33%
B = 50.62%

CMYK

 C value IS 0.68

 M value IS 0.35

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4285CC (or 0x4285CC) is known color: Curious Blue. HEX triplet: 42, 85 and CC. RGB value is (66,133,204). Sum of RGB (Red+Green+Blue) = 66+133+204=403 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.38% from 403); Green value is 133 (52.34% from 255 or 33.00% from 403); Blue value is 204 (80.08% from 255 or 50.62% from 403); Max value from RGB is 204 - color contains mainly: blue. Hex color #4285CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4285CC is #BD7A33. Grayscale: #787878. Windows color (decimal): -12417588 or 13403458. OLE color: 13403458.

HSL color Cylindrical-coordinate representation of color #4285CC: hue angle of 210.87º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4285CC is Cyan = 0.68, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 66 133 204 -
CMYK 0.68 0.35 0 0.2
HSL 210.87º 0.58% 0.53% -
HSV(B) 210.87º 0.68% 0.8% -
XYZ 21.53 22.29 60.29 -
YUV 121.06 174.8 88.73 -
System Red Green Blue C M Y K H S L
Decimal 66 133 204 0.68 0.35 0 0.2 210.87 0.58 0.53
Hex 42 85 CC 44 23 0 14 D3 3A 35
Octal 102 205 314 104 43 0 24 323 72 65
Binary 1000010 10000101 11001100 1000100 100011 0 10100 11010011 111010 110101

Color Harmonies of #4285CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4285CC

Black with #4285CC

Text Example


Text Example

White with #4285CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4285CC;
 }
 .AnyTagClassName
 {
   color: #4285CC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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