Html Css Color HEX #205DD7 Cerulean Blue

📋 copy color: '#205DD7'

red 32 ◦ green 93 ◦ blue 215

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

Shades of Cerulean Blue #205DD7

Tints of Cerulean Blue #205DD7

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.35%

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

R = 9.41%
G = 27.35%
B = 63.24%

CMYK

 C value IS 0.85

 M value IS 0.57

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#205DD7 (or 0x205DD7) is known color: Cerulean Blue. HEX triplet: 20, 5D and D7. RGB value is (32,93,215). Sum of RGB (Red+Green+Blue) = 32+93+215=340 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.41% from 340); Green value is 93 (36.72% from 255 or 27.35% from 340); Blue value is 215 (84.38% from 255 or 63.24% from 340); Max value from RGB is 215 - color contains mainly: blue. Hex color #205DD7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #205DD7 is #DFA228. Grayscale: #585858. Windows color (decimal): -14656041 or 14114080. OLE color: 14114080.

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

Color convert

RGB 32 93 215 -
CMYK 0.85 0.57 0 0.16
HSL 220º 0.74% 0.48% -
HSV(B) 220º 0.85% 0.84% -
XYZ 16.78 13.04 65.92 -
YUV 88.67 199.29 87.58 -
System Red Green Blue C M Y K H S L
Decimal 32 93 215 0.85 0.57 0 0.16 220 0.74 0.48
Hex 20 5D D7 55 39 0 10 DC 4A 30
Octal 40 135 327 125 71 0 20 334 112 60
Binary 100000 1011101 11010111 1010101 111001 0 10000 11011100 1001010 110000

Color Harmonies of #205DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205DD7

Black with #205DD7

Text Example


Text Example

White with #205DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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