Html Css Color HEX #205BCB Cerulean Blue

📋 copy color: '#205BCB'

red 32 ◦ green 91 ◦ blue 203

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

Shades of Cerulean Blue #205BCB

Tints of Cerulean Blue #205BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 62.27%

R = 9.82%
G = 27.91%
B = 62.27%

CMYK

 C value IS 0.84

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#205BCB (or 0x205BCB) is known color: Cerulean Blue. HEX triplet: 20, 5B and CB. RGB value is (32,91,203). Sum of RGB (Red+Green+Blue) = 32+91+203=326 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.82% from 326); Green value is 91 (35.94% from 255 or 27.91% from 326); Blue value is 203 (79.69% from 255 or 62.27% from 326); Max value from RGB is 203 - color contains mainly: blue. Hex color #205BCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #205BCB is #DFA434. Grayscale: #555555. Windows color (decimal): -14656565 or 13327136. OLE color: 13327136.

HSL color Cylindrical-coordinate representation of color #205BCB: hue angle of 219.3º 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 #205BCB is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 32 91 203 -
CMYK 0.84 0.55 0 0.20
HSL 219.3º 0.73% 0.46% -
HSV(B) 219.3º 0.84% 0.8% -
XYZ 15.12 12.1 58.04 -
YUV 86.13 193.95 89.39 -
System Red Green Blue C M Y K H S L
Decimal 32 91 203 0.84 0.55 0 0.20 219.3 0.73 0.46
Hex 20 5B CB 54 37 0 14 DB 49 2E
Octal 40 133 313 124 67 0 24 333 111 56
Binary 100000 1011011 11001011 1010100 110111 0 10100 11011011 1001001 101110

Color Harmonies of #205BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205BCB

Black with #205BCB

Text Example


Text Example

White with #205BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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