Html Css Color HEX #244BDD Cerulean Blue

📋 copy color: '#244BDD'

red 36 ◦ green 75 ◦ blue 221

#244BDD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean Blue #244BDD

Tints of Cerulean Blue #244BDD

RGB

 RED value IS 36 (14.45% from 255) = 10.84%

 GREEN value IS 75 (29.69% from 255) = 22.59%

 BLUE value IS 221 (86.72% from 255) = 66.57%

R = 10.84%
G = 22.59%
B = 66.57%

CMYK

 C value IS 0.84

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#244BDD (or 0x244BDD) is known color: Cerulean Blue. HEX triplet: 24, 4B and DD. RGB value is (36,75,221). Sum of RGB (Red+Green+Blue) = 36+75+221=332 (43% of max value = 765). Red value is 36 (14.45% from 255 or 10.84% from 332); Green value is 75 (29.69% from 255 or 22.59% from 332); Blue value is 221 (86.72% from 255 or 66.57% from 332); Max value from RGB is 221 - color contains mainly: blue. Hex color #244BDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #244BDD is #DBB422. Grayscale: #4F4F4F. Windows color (decimal): -14398499 or 14502692. OLE color: 14502692.

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

Color convert

RGB 36 75 221 -
CMYK 0.84 0.66 0 0.13
HSL 227.35º 0.73% 0.5% -
HSV(B) 227.35º 0.84% 0.87% -
XYZ 16.29 10.63 69.6 -
YUV 79.98 207.58 96.63 -
System Red Green Blue C M Y K H S L
Decimal 36 75 221 0.84 0.66 0 0.13 227.35 0.73 0.5
Hex 24 4B DD 54 42 0 D E3 49 32
Octal 44 113 335 124 102 0 15 343 111 62
Binary 100100 1001011 11011101 1010100 1000010 0 1101 11100011 1001001 110010

Color Harmonies of #244BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #244BDD

Black with #244BDD

Text Example


Text Example

White with #244BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #244BDD;
 }
 .AnyTagClassName
 {
   color: #244BDD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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