Html Css Color HEX #244BB1 Cerulean Blue

📋 copy color: '#244BB1'

red 36 ◦ green 75 ◦ blue 177

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

Shades of Cerulean Blue #244BB1

Tints of Cerulean Blue #244BB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 61.46%

R = 12.5%
G = 26.04%
B = 61.46%

CMYK

 C value IS 0.80

 M value IS 0.58

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#244BB1 (or 0x244BB1) is known color: Cerulean Blue. HEX triplet: 24, 4B and B1. RGB value is (36,75,177). Sum of RGB (Red+Green+Blue) = 36+75+177=288 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.5% from 288); Green value is 75 (29.69% from 255 or 26.04% from 288); Blue value is 177 (69.53% from 255 or 61.46% from 288); Max value from RGB is 177 - color contains mainly: blue. Hex color #244BB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #244BB1 is #DBB44E. Grayscale: #4A4A4A. Windows color (decimal): -14398543 or 11619108. OLE color: 11619108.

HSL color Cylindrical-coordinate representation of color #244BB1: hue angle of 223.4º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #244BB1 is Cyan = 0.80, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 36 75 177 -
CMYK 0.80 0.58 0 0.31
HSL 223.4º 0.66% 0.42% -
HSV(B) 223.4º 0.8% 0.69% -
XYZ 11.18 8.58 42.66 -
YUV 74.97 185.58 100.21 -
System Red Green Blue C M Y K H S L
Decimal 36 75 177 0.80 0.58 0 0.31 223.4 0.66 0.42
Hex 24 4B B1 50 3A 0 1F DF 42 2A
Octal 44 113 261 120 72 0 37 337 102 52
Binary 100100 1001011 10110001 1010000 111010 0 11111 11011111 1000010 101010

Color Harmonies of #244BB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #244BB1

Black with #244BB1

Text Example


Text Example

White with #244BB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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