Html Css Color HEX #205BC9 Cerulean Blue

📋 copy color: '#205BC9'

red 32 ◦ green 91 ◦ blue 201

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

Shades of Cerulean Blue #205BC9

Tints of Cerulean Blue #205BC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 62.04%

R = 9.88%
G = 28.09%
B = 62.04%

CMYK

 C value IS 0.84

 M value IS 0.55

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#205BC9 (or 0x205BC9) is known color: Cerulean Blue. HEX triplet: 20, 5B and C9. RGB value is (32,91,201). Sum of RGB (Red+Green+Blue) = 32+91+201=324 (42% of max value = 765). Red value is 32 (12.89% from 255 or 9.88% from 324); Green value is 91 (35.94% from 255 or 28.09% from 324); Blue value is 201 (78.91% from 255 or 62.04% from 324); Max value from RGB is 201 - color contains mainly: blue. Hex color #205BC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #205BC9 is #DFA436. Grayscale: #555555. Windows color (decimal): -14656567 or 13196064. OLE color: 13196064.

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

Color convert

RGB 32 91 201 -
CMYK 0.84 0.55 0 0.21
HSL 219.05º 0.73% 0.46% -
HSV(B) 219.05º 0.84% 0.79% -
XYZ 14.88 12.01 56.79 -
YUV 85.9 192.95 89.56 -
System Red Green Blue C M Y K H S L
Decimal 32 91 201 0.84 0.55 0 0.21 219.05 0.73 0.46
Hex 20 5B C9 54 37 0 15 DB 49 2E
Octal 40 133 311 124 67 0 25 333 111 56
Binary 100000 1011011 11001001 1010100 110111 0 10101 11011011 1001001 101110

Color Harmonies of #205BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205BC9

Black with #205BC9

Text Example


Text Example

White with #205BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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