#205AD9

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

Shades of Cerulean Blue #205AD9

Tints of Cerulean Blue #205AD9

Color information

#205AD9 (or 0x205AD9) is unknown color: approx Cerulean Blue. HEX triplet: 20, 5A and D9. RGB value is (32,90,217). Sum of RGB (Red+Green+Blue) = 32+90+217=339 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.44% from 339); Green value is 90 (35.55% from 255 or 26.55% from 339); Blue value is 217 (85.16% from 255 or 64.01% from 339); Max value from RGB is 217 - color contains mainly: blue. Hex color #205AD9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #205AD9 is #DFA526. Grayscale: #565656. Windows color (decimal): -14656807 or 14244384. OLE color: 14244384.

HSL color Cylindrical-coordinate representation of color #205AD9: hue angle of 221.19º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #205AD9 is Cyan = 0.85, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB3290217-
CMYK0.850.5900.15
HSL221.19º74.3%48.82%-
HSV(B)221.19º85.25%85.1%-
XYZ16.7812.6367.2-
YUV87.14201.2888.67-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.44%
GREEN value IS 90 (35.55% from 255) = 26.55%
BLUE value IS 217 (85.16% from 255) = 64.01%
R=9.44%
G=26.55%
B=64.01%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal32902170.850.5900.15221.1974.348.82
Hex205AD9553B0Fdd4a31
Octal401323311257301733511261
Binary100000101101011011001101010111101101111110111011001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205AD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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