#2050BF

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

Shades of Cerulean Blue #2050BF

Tints of Cerulean Blue #2050BF

Color information

#2050BF (or 0x2050BF) is unknown color: approx Cerulean Blue. HEX triplet: 20, 50 and BF. RGB value is (32,80,191). Sum of RGB (Red+Green+Blue) = 32+80+191=303 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.56% from 303); Green value is 80 (31.64% from 255 or 26.40% from 303); Blue value is 191 (75% from 255 or 63.04% from 303); Max value from RGB is 191 - color contains mainly: blue. Hex color #2050BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2050BF is #DFAF40. Grayscale: #4D4D4D. Windows color (decimal): -14659393 or 12537888. OLE color: 12537888.

HSL color Cylindrical-coordinate representation of color #2050BF: hue angle of 221.89º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2050BF is Cyan = 0.83, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3280191-
CMYK0.830.5800.25
HSL221.89º71.3%43.73%-
HSV(B)221.89º83.25%74.9%-
XYZ12.879.8150.5-
YUV78.3191.694.97-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.56%
GREEN value IS 80 (31.64% from 255) = 26.40%
BLUE value IS 191 (75% from 255) = 63.04%
R=10.56%
G=26.40%
B=63.04%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal32801910.830.5800.25221.8971.343.73
Hex2050BF533A019de472c
Octal401202771237203133610754
Binary1000001010000101111111010011111010011001110111101000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2050BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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