#2249DE

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

Shades of Cerulean Blue #2249DE

Tints of Cerulean Blue #2249DE

Color information

#2249DE (or 0x2249DE) is unknown color: approx Cerulean Blue. HEX triplet: 22, 49 and DE. RGB value is (34,73,222). Sum of RGB (Red+Green+Blue) = 34+73+222=329 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.33% from 329); Green value is 73 (28.91% from 255 or 22.19% from 329); Blue value is 222 (87.11% from 255 or 67.48% from 329); Max value from RGB is 222 - color contains mainly: blue. Hex color #2249DE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2249DE is #DDB621. Grayscale: #4D4D4D. Windows color (decimal): -14530082 or 14567714. OLE color: 14567714.

HSL color Cylindrical-coordinate representation of color #2249DE: 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 #2249DE is Cyan = 0.85, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB3473222-
CMYK0.850.6700.13
HSL227.55º74.02%50.2%-
HSV(B)227.55º84.68%87.06%-
XYZ16.2310.3870.26-
YUV78.32209.0896.38-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.33%
GREEN value IS 73 (28.91% from 255) = 22.19%
BLUE value IS 222 (87.11% from 255) = 67.48%
R=10.33%
G=22.19%
B=67.48%

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
Decimal34732220.850.6700.13227.5574.0250.2
Hex2249DE55430De44a32
Octal4211133612510301534411262
Binary1000101001001110111101010101100001101101111001001001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2249DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2249DE; }

 p { color: rgb(34,73,222); }

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

<style>
 a { background-color: #2249DE; }

 a { background-color: rgb(34,73,222); }

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

<style>
 span { border-color: #2249DE; }

 span { border-color: rgb(34,73,222); }

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