Html Css Color HEX #205AD6 Cerulean Blue

📋 copy color: '#205AD6'

red 32 ◦ green 90 ◦ blue 214

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

Shades of Cerulean Blue #205AD6

Tints of Cerulean Blue #205AD6

RGB

 RED value IS 32 (12.89% from 255) = 9.52%

 GREEN value IS 90 (35.55% from 255) = 26.79%

 BLUE value IS 214 (83.98% from 255) = 63.69%

R = 9.52%
G = 26.79%
B = 63.69%

CMYK

 C value IS 0.85

 M value IS 0.58

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#205AD6 (or 0x205AD6) is known color: Cerulean Blue. HEX triplet: 20, 5A and D6. RGB value is (32,90,214). Sum of RGB (Red+Green+Blue) = 32+90+214=336 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.52% from 336); Green value is 90 (35.55% from 255 or 26.79% from 336); Blue value is 214 (83.98% from 255 or 63.69% from 336); Max value from RGB is 214 - color contains mainly: blue. Hex color #205AD6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #205AD6 is #DFA529. Grayscale: #565656. Windows color (decimal): -14656810 or 14047776. OLE color: 14047776.

HSL color Cylindrical-coordinate representation of color #205AD6: hue angle of 220.88º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #205AD6 is Cyan = 0.85, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 32 90 214 -
CMYK 0.85 0.58 0 0.16
HSL 220.88º 0.74% 0.48% -
HSV(B) 220.88º 0.85% 0.84% -
XYZ 16.39 12.47 65.16 -
YUV 86.79 199.78 88.92 -
System Red Green Blue C M Y K H S L
Decimal 32 90 214 0.85 0.58 0 0.16 220.88 0.74 0.48
Hex 20 5A D6 55 3A 0 10 DD 4A 30
Octal 40 132 326 125 72 0 20 335 112 60
Binary 100000 1011010 11010110 1010101 111010 0 10000 11011101 1001010 110000

Color Harmonies of #205AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205AD6

Black with #205AD6

Text Example


Text Example

White with #205AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205AD6; }

 p { color: rgb(32,90,214); }

 H1.HeaderClassName
 {
   color: #205AD6;
 }
 .AnyTagClassName
 {
   color: #205AD6;
 }
</style>

background-color css

<style>
 a { background-color: #205AD6; }

 a { background-color: rgb(32,90,214); }

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

border-color css

<style>
 span { border-color: #205AD6; }

 span { border-color: rgb(32,90,214); }

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