#2149D8

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

Shades of Cerulean Blue #2149D8

Tints of Cerulean Blue #2149D8

Color information

#2149D8 (or 0x2149D8) is unknown color: approx Cerulean Blue. HEX triplet: 21, 49 and D8. RGB value is (33,73,216). Sum of RGB (Red+Green+Blue) = 33+73+216=322 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.25% from 322); Green value is 73 (28.91% from 255 or 22.67% from 322); Blue value is 216 (84.77% from 255 or 67.08% from 322); Max value from RGB is 216 - color contains mainly: blue. Hex color #2149D8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2149D8 is #DEB627. Grayscale: #4C4C4C. Windows color (decimal): -14595624 or 14174497. OLE color: 14174497.

HSL color Cylindrical-coordinate representation of color #2149D8: hue angle of 226.89º degrees, saturation: 0.73, 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 #2149D8 is Cyan = 0.85, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB3373216-
CMYK0.850.6600.15
HSL226.89º73.49%48.82%-
HSV(B)226.89º84.72%84.71%-
XYZ15.410.0566.09-
YUV77.34206.2596.37-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.25%
GREEN value IS 73 (28.91% from 255) = 22.67%
BLUE value IS 216 (84.77% from 255) = 67.08%
R=10.25%
G=22.67%
B=67.08%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal33732160.850.6600.15226.8973.4948.82
Hex2149D855420Fe34931
Octal4111133012510201734311161
Binary1000011001001110110001010101100001001111111000111001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2149D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2149D8; }

 p { color: rgb(33,73,216); }

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

<style>
 a { background-color: #2149D8; }

 a { background-color: rgb(33,73,216); }

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

<style>
 span { border-color: #2149D8; }

 span { border-color: rgb(33,73,216); }

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