Html Css Color HEX #4285CD Curious Blue

📋 copy color: '#4285CD'

red 66 ◦ green 133 ◦ blue 205

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

Shades of Curious Blue #4285CD

Tints of Curious Blue #4285CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 50.74%

R = 16.34%
G = 32.92%
B = 50.74%

CMYK

 C value IS 0.68

 M value IS 0.35

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4285CD (or 0x4285CD) is known color: Curious Blue. HEX triplet: 42, 85 and CD. RGB value is (66,133,205). Sum of RGB (Red+Green+Blue) = 66+133+205=404 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.34% from 404); Green value is 133 (52.34% from 255 or 32.92% from 404); Blue value is 205 (80.47% from 255 or 50.74% from 404); Max value from RGB is 205 - color contains mainly: blue. Hex color #4285CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4285CD is #BD7A32. Grayscale: #787878. Windows color (decimal): -12417587 or 13468994. OLE color: 13468994.

HSL color Cylindrical-coordinate representation of color #4285CD: hue angle of 211.08º degrees, saturation: 0.58, 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 #4285CD is Cyan = 0.68, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 66 133 205 -
CMYK 0.68 0.35 0 0.20
HSL 211.08º 0.58% 0.53% -
HSV(B) 211.08º 0.68% 0.8% -
XYZ 21.65 22.34 60.93 -
YUV 121.18 175.3 88.65 -
System Red Green Blue C M Y K H S L
Decimal 66 133 205 0.68 0.35 0 0.20 211.08 0.58 0.53
Hex 42 85 CD 44 23 0 14 D3 3A 35
Octal 102 205 315 104 43 0 24 323 72 65
Binary 1000010 10000101 11001101 1000100 100011 0 10100 11010011 111010 110101

Color Harmonies of #4285CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4285CD

Black with #4285CD

Text Example


Text Example

White with #4285CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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