#2150BF

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

Shades of Cerulean Blue #2150BF

Tints of Cerulean Blue #2150BF

Color information

#2150BF (or 0x2150BF) is unknown color: approx Cerulean Blue. HEX triplet: 21, 50 and BF. RGB value is (33,80,191). Sum of RGB (Red+Green+Blue) = 33+80+191=304 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.86% from 304); Green value is 80 (31.64% from 255 or 26.32% from 304); Blue value is 191 (75% from 255 or 62.83% from 304); Max value from RGB is 191 - color contains mainly: blue. Hex color #2150BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2150BF is #DEAF40. Grayscale: #4E4E4E. Windows color (decimal): -14593857 or 12537889. OLE color: 12537889.

HSL color Cylindrical-coordinate representation of color #2150BF: hue angle of 222.15º 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 #2150BF is Cyan = 0.83, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3380191-
CMYK0.830.5800.25
HSL222.15º70.54%43.92%-
HSV(B)222.15º82.72%74.9%-
XYZ12.99.8250.51-
YUV78.6191.4395.47-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.86%
GREEN value IS 80 (31.64% from 255) = 26.32%
BLUE value IS 191 (75% from 255) = 62.83%
R=10.86%
G=26.32%
B=62.83%

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
Decimal33801910.830.5800.25222.1570.5443.92
Hex2150BF533A019de472c
Octal411202771237203133610754
Binary1000011010000101111111010011111010011001110111101000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2150BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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