Html Css Color HEX #205AD7 Cerulean Blue

📋 copy color: '#205AD7'

red 32 ◦ green 90 ◦ blue 215

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

Shades of Cerulean Blue #205AD7

Tints of Cerulean Blue #205AD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 63.8%

R = 9.5%
G = 26.71%
B = 63.8%

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

#205AD7 (or 0x205AD7) is known color: Cerulean Blue. HEX triplet: 20, 5A and D7. RGB value is (32,90,215). Sum of RGB (Red+Green+Blue) = 32+90+215=337 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.50% from 337); Green value is 90 (35.55% from 255 or 26.71% from 337); Blue value is 215 (84.38% from 255 or 63.80% from 337); Max value from RGB is 215 - color contains mainly: blue. Hex color #205AD7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #205AD7 is #DFA528. Grayscale: #565656. Windows color (decimal): -14656809 or 14113312. OLE color: 14113312.

HSL color Cylindrical-coordinate representation of color #205AD7: hue angle of 220.98º 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 #205AD7 is Cyan = 0.85, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 32 90 215 -
CMYK 0.85 0.58 0 0.16
HSL 220.98º 0.74% 0.48% -
HSV(B) 220.98º 0.85% 0.84% -
XYZ 16.52 12.53 65.84 -
YUV 86.91 200.28 88.84 -
System Red Green Blue C M Y K H S L
Decimal 32 90 215 0.85 0.58 0 0.16 220.98 0.74 0.48
Hex 20 5A D7 55 3A 0 10 DD 4A 30
Octal 40 132 327 125 72 0 20 335 112 60
Binary 100000 1011010 11010111 1010101 111010 0 10000 11011101 1001010 110000

Color Harmonies of #205AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205AD7

Black with #205AD7

Text Example


Text Example

White with #205AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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