#2050DF

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

Shades of Cerulean Blue #2050DF

Tints of Cerulean Blue #2050DF

Color information

#2050DF (or 0x2050DF) is unknown color: approx Cerulean Blue. HEX triplet: 20, 50 and DF. RGB value is (32,80,223). Sum of RGB (Red+Green+Blue) = 32+80+223=335 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.55% from 335); Green value is 80 (31.64% from 255 or 23.88% from 335); Blue value is 223 (87.5% from 255 or 66.57% from 335); Max value from RGB is 223 - color contains mainly: blue. Hex color #2050DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2050DF is #DFAF20. Grayscale: #515151. Windows color (decimal): -14659361 or 14635040. OLE color: 14635040.

HSL color Cylindrical-coordinate representation of color #2050DF: hue angle of 224.92º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2050DF is Cyan = 0.86, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB3280223-
CMYK0.860.6400.13
HSL224.92º74.9%50%-
HSV(B)224.92º85.65%87.45%-
XYZ16.7811.3771.12-
YUV81.95207.692.37-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.55%
GREEN value IS 80 (31.64% from 255) = 23.88%
BLUE value IS 223 (87.5% from 255) = 66.57%
R=9.55%
G=23.88%
B=66.57%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal32802230.860.6400.13224.9274.950
Hex2050DF56400De14b32
Octal4012033712610001534111362
Binary1000001010000110111111010110100000001101111000011001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2050DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2050DF; }

 p { color: rgb(32,80,223); }

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

<style>
 a { background-color: #2050DF; }

 a { background-color: rgb(32,80,223); }

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

<style>
 span { border-color: #2050DF; }

 span { border-color: rgb(32,80,223); }

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