#2148DD

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

Shades of Cerulean Blue #2148DD

Tints of Cerulean Blue #2148DD

Color information

#2148DD (or 0x2148DD) is unknown color: approx Cerulean Blue. HEX triplet: 21, 48 and DD. RGB value is (33,72,221). Sum of RGB (Red+Green+Blue) = 33+72+221=326 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.12% from 326); Green value is 72 (28.52% from 255 or 22.09% from 326); Blue value is 221 (86.72% from 255 or 67.79% from 326); Max value from RGB is 221 - color contains mainly: blue. Hex color #2148DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2148DD is #DEB722. Grayscale: #4C4C4C. Windows color (decimal): -14595875 or 14501921. OLE color: 14501921.

HSL color Cylindrical-coordinate representation of color #2148DD: hue angle of 227.55º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2148DD is Cyan = 0.85, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB3372221-
CMYK0.850.6700.13
HSL227.55º74.02%49.8%-
HSV(B)227.55º85.07%86.67%-
XYZ1610.1869.53-
YUV77.32209.0896.38-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.12%
GREEN value IS 72 (28.52% from 255) = 22.09%
BLUE value IS 221 (86.72% from 255) = 67.79%
R=10.12%
G=22.09%
B=67.79%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal33722210.850.6700.13227.5574.0249.8
Hex2148DD55430De44a32
Octal4111033512510301534411262
Binary1000011001000110111011010101100001101101111001001001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2148DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2148DD; }

 p { color: rgb(33,72,221); }

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

<style>
 a { background-color: #2148DD; }

 a { background-color: rgb(33,72,221); }

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

<style>
 span { border-color: #2148DD; }

 span { border-color: rgb(33,72,221); }

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