Html Css Color HEX #205DD5 Cerulean Blue

📋 copy color: '#205DD5'

red 32 ◦ green 93 ◦ blue 213

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

Shades of Cerulean Blue #205DD5

Tints of Cerulean Blue #205DD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 63.02%

R = 9.47%
G = 27.51%
B = 63.02%

CMYK

 C value IS 0.85

 M value IS 0.56

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#205DD5 (or 0x205DD5) is known color: Cerulean Blue. HEX triplet: 20, 5D and D5. RGB value is (32,93,213). Sum of RGB (Red+Green+Blue) = 32+93+213=338 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.47% from 338); Green value is 93 (36.72% from 255 or 27.51% from 338); Blue value is 213 (83.59% from 255 or 63.02% from 338); Max value from RGB is 213 - color contains mainly: blue. Hex color #205DD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #205DD5 is #DFA22A. Grayscale: #575757. Windows color (decimal): -14656043 or 13983008. OLE color: 13983008.

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

Color convert

RGB 32 93 213 -
CMYK 0.85 0.56 0 0.16
HSL 219.78º 0.74% 0.48% -
HSV(B) 219.78º 0.85% 0.84% -
XYZ 16.52 12.94 64.58 -
YUV 88.44 198.29 87.74 -
System Red Green Blue C M Y K H S L
Decimal 32 93 213 0.85 0.56 0 0.16 219.78 0.74 0.48
Hex 20 5D D5 55 38 0 10 DC 4A 30
Octal 40 135 325 125 70 0 20 334 112 60
Binary 100000 1011101 11010101 1010101 111000 0 10000 11011100 1001010 110000

Color Harmonies of #205DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205DD5

Black with #205DD5

Text Example


Text Example

White with #205DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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