Shades of Cerulean Blue #244BD1
Tints of Cerulean Blue #244BD1
RGB
CMYK
RGB Variations
Color information
#244BD1 (or 0x244BD1) is known color: Cerulean Blue. HEX triplet: 24, 4B and D1. RGB value is (36,75,209). Sum of RGB (Red+Green+Blue) = 36+75+209=320 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.25% from 320); Green value is 75 (29.69% from 255 or 23.44% from 320); Blue value is 209 (82.03% from 255 or 65.31% from 320); Max value from RGB is 209 - color contains mainly: blue. Hex color #244BD1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #244BD1 is #DBB42E. Grayscale: #4E4E4E. Windows color (decimal): -14398511 or 13716260. OLE color: 13716260.
HSL color Cylindrical-coordinate representation of color #244BD1: hue angle of 226.47º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #244BD1 is Cyan = 0.83, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 36 | 75 | 209 | - |
| CMYK | 0.83 | 0.64 | 0 | 0.18 |
| HSL | 226.47º | 0.71% | 0.48% | - |
| HSV(B) | 226.47º | 0.83% | 0.82% | - |
| XYZ | 14.75 | 10.01 | 61.48 | - |
| YUV | 78.62 | 201.58 | 97.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 75 | 209 | 0.83 | 0.64 | 0 | 0.18 | 226.47 | 0.71 | 0.48 |
| Hex | 24 | 4B | D1 | 53 | 40 | 0 | 12 | E2 | 47 | 30 |
| Octal | 44 | 113 | 321 | 123 | 100 | 0 | 22 | 342 | 107 | 60 |
| Binary | 100100 | 1001011 | 11010001 | 1010011 | 1000000 | 0 | 10010 | 11100010 | 1000111 | 110000 |
Color Harmonies of #244BD1
Complementary color
Monochromatic Colors of #244BD1
Black with #244BD1
Text Example
Text Example
White with #244BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244BD1; }
p { color: rgb(36,75,209); }
H1.HeaderClassName
{
color: #244BD1;
}
.AnyTagClassName
{
color: #244BD1;
}
</style>
background-color css
<style>
a { background-color: #244BD1; }
a { background-color: rgb(36,75,209); }
div.DivClassName
{
background-color: #244BD1;
}
.BgClassName
{
background-color: #244BD1;
}
</style>
border-color css
<style>
span { border-color: #244BD1; }
span { border-color: rgb(36,75,209); }
td.TdClassName
{
border-color: #244BD1;
}
.TagClassName
{
border-color: #244BD1;
}
</style>