#2150AE

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

Shades of Cerulean Blue #2150AE

Tints of Cerulean Blue #2150AE

Color information

#2150AE (or 0x2150AE) is unknown color: approx Cerulean Blue. HEX triplet: 21, 50 and AE. RGB value is (33,80,174). Sum of RGB (Red+Green+Blue) = 33+80+174=287 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.50% from 287); Green value is 80 (31.64% from 255 or 27.87% from 287); Blue value is 174 (68.36% from 255 or 60.63% from 287); Max value from RGB is 174 - color contains mainly: blue. Hex color #2150AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2150AE is #DEAF51. Grayscale: #4C4C4C. Windows color (decimal): -14593874 or 11423777. OLE color: 11423777.

HSL color Cylindrical-coordinate representation of color #2150AE: hue angle of 220º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2150AE is Cyan = 0.81, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB3380174-
CMYK0.810.5400.32
HSL220º68.12%40.59%-
HSV(B)220º81.03%68.24%-
XYZ11.149.1241.22-
YUV76.66182.9396.86-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.50%
GREEN value IS 80 (31.64% from 255) = 27.87%
BLUE value IS 174 (68.36% from 255) = 60.63%
R=11.50%
G=27.87%
B=60.63%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal33801740.810.5400.3222068.1240.59
Hex2150AE5136020dc4429
Octal411202561216604033410451
Binary10000110100001010111010100011101100100000110111001000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2150AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2150AE; }

 p { color: rgb(33,80,174); }

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

<style>
 a { background-color: #2150AE; }

 a { background-color: rgb(33,80,174); }

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

<style>
 span { border-color: #2150AE; }

 span { border-color: rgb(33,80,174); }

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