Html Css Color HEX #205BCC Cerulean Blue

📋 copy color: '#205BCC'

red 32 ◦ green 91 ◦ blue 204

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

Shades of Cerulean Blue #205BCC

Tints of Cerulean Blue #205BCC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.83%

 BLUE value IS 204 (80.08% from 255) = 62.39%

R = 9.79%
G = 27.83%
B = 62.39%

CMYK

 C value IS 0.84

 M value IS 0.55

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#205BCC (or 0x205BCC) is known color: Cerulean Blue. HEX triplet: 20, 5B and CC. RGB value is (32,91,204). Sum of RGB (Red+Green+Blue) = 32+91+204=327 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.79% from 327); Green value is 91 (35.94% from 255 or 27.83% from 327); Blue value is 204 (80.08% from 255 or 62.39% from 327); Max value from RGB is 204 - color contains mainly: blue. Hex color #205BCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #205BCC is #DFA433. Grayscale: #555555. Windows color (decimal): -14656564 or 13392672. OLE color: 13392672.

HSL color Cylindrical-coordinate representation of color #205BCC: hue angle of 219.42º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #205BCC is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 32 91 204 -
CMYK 0.84 0.55 0 0.2
HSL 219.42º 0.73% 0.46% -
HSV(B) 219.42º 0.84% 0.8% -
XYZ 15.24 12.15 58.67 -
YUV 86.24 194.45 89.31 -
System Red Green Blue C M Y K H S L
Decimal 32 91 204 0.84 0.55 0 0.2 219.42 0.73 0.46
Hex 20 5B CC 54 37 0 14 DB 49 2E
Octal 40 133 314 124 67 0 24 333 111 56
Binary 100000 1011011 11001100 1010100 110111 0 10100 11011011 1001001 101110

Color Harmonies of #205BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205BCC

Black with #205BCC

Text Example


Text Example

White with #205BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,91,204); }

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

background-color css

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

 a { background-color: rgb(32,91,204); }

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

border-color css

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

 span { border-color: rgb(32,91,204); }

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