#205BCC

Color #205BCC Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #205BCC

Tints of Cerulean Blue #205BCC

Color information

#205BCC (or 0x205BCC) is unknown color: approx 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

RGB3291204-
CMYK0.840.5500.2
HSL219.42º72.88%46.27%-
HSV(B)219.42º84.31%80%-
XYZ15.2412.1558.67-
YUV86.24194.4589.31-

RGB Variations

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

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 (Cyan) values IS 0.84
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal32912040.840.5500.2219.4272.8846.27
Hex205BCC5437014db492e
Octal401333141246702433311156
Binary1000001011011110011001010100110111010100110110111001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>