Html Css Color HEX #4285CB Curious Blue

📋 copy color: '#4285CB'

red 66 ◦ green 133 ◦ blue 203

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

Shades of Curious Blue #4285CB

Tints of Curious Blue #4285CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 50.5%

R = 16.42%
G = 33.08%
B = 50.5%

CMYK

 C value IS 0.67

 M value IS 0.34

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4285CB (or 0x4285CB) is known color: Curious Blue. HEX triplet: 42, 85 and CB. RGB value is (66,133,203). Sum of RGB (Red+Green+Blue) = 66+133+203=402 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.42% from 402); Green value is 133 (52.34% from 255 or 33.08% from 402); Blue value is 203 (79.69% from 255 or 50.50% from 402); Max value from RGB is 203 - color contains mainly: blue. Hex color #4285CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4285CB is #BD7A34. Grayscale: #787878. Windows color (decimal): -12417589 or 13337922. OLE color: 13337922.

HSL color Cylindrical-coordinate representation of color #4285CB: hue angle of 210.66º 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 #4285CB is Cyan = 0.67, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 66 133 203 -
CMYK 0.67 0.34 0 0.20
HSL 210.66º 0.57% 0.53% -
HSV(B) 210.66º 0.67% 0.8% -
XYZ 21.41 22.25 59.67 -
YUV 120.95 174.3 88.81 -
System Red Green Blue C M Y K H S L
Decimal 66 133 203 0.67 0.34 0 0.20 210.66 0.57 0.53
Hex 42 85 CB 43 22 0 14 D3 39 35
Octal 102 205 313 103 42 0 24 323 71 65
Binary 1000010 10000101 11001011 1000011 100010 0 10100 11010011 111001 110101

Color Harmonies of #4285CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4285CB

Black with #4285CB

Text Example


Text Example

White with #4285CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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