#244BDC

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

Shades of Cerulean Blue #244BDC

Tints of Cerulean Blue #244BDC

Color information

#244BDC (or 0x244BDC) is unknown color: approx Cerulean Blue. HEX triplet: 24, 4B and DC. RGB value is (36,75,220). Sum of RGB (Red+Green+Blue) = 36+75+220=331 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.88% from 331); Green value is 75 (29.69% from 255 or 22.66% from 331); Blue value is 220 (86.33% from 255 or 66.47% from 331); Max value from RGB is 220 - color contains mainly: blue. Hex color #244BDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #244BDC is #DBB423. Grayscale: #4F4F4F. Windows color (decimal): -14398500 or 14437156. OLE color: 14437156.

HSL color Cylindrical-coordinate representation of color #244BDC: hue angle of 227.28º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #244BDC is Cyan = 0.84, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB3675220-
CMYK0.840.6600.14
HSL227.28º72.44%50.2%-
HSV(B)227.28º83.64%86.27%-
XYZ16.1610.5768.9-
YUV79.87207.0896.71-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 10.88%
GREEN value IS 75 (29.69% from 255) = 22.66%
BLUE value IS 220 (86.33% from 255) = 66.47%
R=10.88%
G=22.66%
B=66.47%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal36752200.840.6600.14227.2872.4450.2
Hex244BDC54420Ee34832
Octal4411333412410201634311062
Binary1001001001011110111001010100100001001110111000111001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #244BDC; }

 p { color: rgb(36,75,220); }

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

<style>
 a { background-color: #244BDC; }

 a { background-color: rgb(36,75,220); }

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

<style>
 span { border-color: #244BDC; }

 span { border-color: rgb(36,75,220); }

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