Html Css Color HEX #205DDD Cerulean Blue

📋 copy color: '#205DDD'

red 32 ◦ green 93 ◦ blue 221

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

Shades of Cerulean Blue #205DDD

Tints of Cerulean Blue #205DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 63.87%

R = 9.25%
G = 26.88%
B = 63.87%

CMYK

 C value IS 0.86

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#205DDD (or 0x205DDD) is known color: Cerulean Blue. HEX triplet: 20, 5D and DD. RGB value is (32,93,221). Sum of RGB (Red+Green+Blue) = 32+93+221=346 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.25% from 346); Green value is 93 (36.72% from 255 or 26.88% from 346); Blue value is 221 (86.72% from 255 or 63.87% from 346); Max value from RGB is 221 - color contains mainly: blue. Hex color #205DDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #205DDD is #DFA222. Grayscale: #585858. Windows color (decimal): -14656035 or 14507296. OLE color: 14507296.

HSL color Cylindrical-coordinate representation of color #205DDD: hue angle of 220.63º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #205DDD is Cyan = 0.86, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 32 93 221 -
CMYK 0.86 0.58 0 0.13
HSL 220.63º 0.75% 0.5% -
HSV(B) 220.63º 0.86% 0.87% -
XYZ 17.56 13.36 70.06 -
YUV 89.35 202.29 87.09 -
System Red Green Blue C M Y K H S L
Decimal 32 93 221 0.86 0.58 0 0.13 220.63 0.75 0.5
Hex 20 5D DD 56 3A 0 D DD 4B 32
Octal 40 135 335 126 72 0 15 335 113 62
Binary 100000 1011101 11011101 1010110 111010 0 1101 11011101 1001011 110010

Color Harmonies of #205DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205DDD

Black with #205DDD

Text Example


Text Example

White with #205DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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