Shades of Cerulean Blue #244ABB
Tints of Cerulean Blue #244ABB
RGB
CMYK
RGB Variations
Color information
#244ABB (or 0x244ABB) is known color: Cerulean Blue. HEX triplet: 24, 4A and BB. RGB value is (36,74,187). Sum of RGB (Red+Green+Blue) = 36+74+187=297 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.12% from 297); Green value is 74 (29.30% from 255 or 24.92% from 297); Blue value is 187 (73.44% from 255 or 62.96% from 297); Max value from RGB is 187 - color contains mainly: blue. Hex color #244ABB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #244ABB is #DBB544. Grayscale: #4B4B4B. Windows color (decimal): -14398789 or 12274212. OLE color: 12274212.
HSL color Cylindrical-coordinate representation of color #244ABB: hue angle of 224.9º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #244ABB is Cyan = 0.81, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 36 | 74 | 187 | - |
| CMYK | 0.81 | 0.60 | 0 | 0.27 |
| HSL | 224.9º | 0.68% | 0.44% | - |
| HSV(B) | 224.9º | 0.81% | 0.73% | - |
| XYZ | 12.15 | 8.86 | 48.08 | - |
| YUV | 75.52 | 190.91 | 99.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 74 | 187 | 0.81 | 0.60 | 0 | 0.27 | 224.9 | 0.68 | 0.44 |
| Hex | 24 | 4A | BB | 51 | 3C | 0 | 1B | E1 | 44 | 2C |
| Octal | 44 | 112 | 273 | 121 | 74 | 0 | 33 | 341 | 104 | 54 |
| Binary | 100100 | 1001010 | 10111011 | 1010001 | 111100 | 0 | 11011 | 11100001 | 1000100 | 101100 |
Color Harmonies of #244ABB
Complementary color
Monochromatic Colors of #244ABB
Black with #244ABB
Text Example
Text Example
White with #244ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244ABB; }
p { color: rgb(36,74,187); }
H1.HeaderClassName
{
color: #244ABB;
}
.AnyTagClassName
{
color: #244ABB;
}
</style>
background-color css
<style>
a { background-color: #244ABB; }
a { background-color: rgb(36,74,187); }
div.DivClassName
{
background-color: #244ABB;
}
.BgClassName
{
background-color: #244ABB;
}
</style>
border-color css
<style>
span { border-color: #244ABB; }
span { border-color: rgb(36,74,187); }
td.TdClassName
{
border-color: #244ABB;
}
.TagClassName
{
border-color: #244ABB;
}
</style>