#205AC8

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

Shades of Cerulean Blue #205AC8

Tints of Cerulean Blue #205AC8

Color information

#205AC8 (or 0x205AC8) is unknown color: approx Cerulean Blue. HEX triplet: 20, 5A and C8. RGB value is (32,90,200). Sum of RGB (Red+Green+Blue) = 32+90+200=322 (42% of max value = 765). Red value is 32 (12.89% from 255 or 9.94% from 322); Green value is 90 (35.55% from 255 or 27.95% from 322); Blue value is 200 (78.52% from 255 or 62.11% from 322); Max value from RGB is 200 - color contains mainly: blue. Hex color #205AC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #205AC8 is #DFA537. Grayscale: #545454. Windows color (decimal): -14656824 or 13130272. OLE color: 13130272.

HSL color Cylindrical-coordinate representation of color #205AC8: hue angle of 219.29º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #205AC8 is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB3290200-
CMYK0.840.5500.22
HSL219.29º72.41%45.49%-
HSV(B)219.29º84%78.43%-
XYZ14.6811.7956.15-
YUV85.2192.7890.06-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.94%
GREEN value IS 90 (35.55% from 255) = 27.95%
BLUE value IS 200 (78.52% from 255) = 62.11%
R=9.94%
G=27.95%
B=62.11%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal32902000.840.5500.22219.2972.4145.49
Hex205AC85437016db482d
Octal401323101246702633311055
Binary1000001011010110010001010100110111010110110110111001000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,90,200); }

 H1.HeaderClassName
 {
   color: #205AC8;
 }
 .AnyTagClassName
 {
   color: #205AC8;
 }
</style>
background-color css

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

 a { background-color: rgb(32,90,200); }

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

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

 span { border-color: rgb(32,90,200); }

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