Shades of Cerulean Blue #244EBA
Tints of Cerulean Blue #244EBA
RGB
CMYK
RGB Variations
Color information
#244EBA (or 0x244EBA) is known color: Cerulean Blue. HEX triplet: 24, 4E and BA. RGB value is (36,78,186). Sum of RGB (Red+Green+Blue) = 36+78+186=300 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12% from 300); Green value is 78 (30.86% from 255 or 26% from 300); Blue value is 186 (73.05% from 255 or 62% from 300); Max value from RGB is 186 - color contains mainly: blue. Hex color #244EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #244EBA is #DBB145. Grayscale: #4D4D4D. Windows color (decimal): -14397766 or 12209700. OLE color: 12209700.
HSL color Cylindrical-coordinate representation of color #244EBA: hue angle of 223.2º 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 #244EBA is Cyan = 0.81, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 36 | 78 | 186 | - |
| CMYK | 0.81 | 0.58 | 0 | 0.27 |
| HSL | 223.2º | 0.68% | 0.44% | - |
| HSV(B) | 223.2º | 0.81% | 0.73% | - |
| XYZ | 12.31 | 9.37 | 47.61 | - |
| YUV | 77.75 | 189.09 | 98.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 78 | 186 | 0.81 | 0.58 | 0 | 0.27 | 223.2 | 0.68 | 0.44 |
| Hex | 24 | 4E | BA | 51 | 3A | 0 | 1B | DF | 44 | 2C |
| Octal | 44 | 116 | 272 | 121 | 72 | 0 | 33 | 337 | 104 | 54 |
| Binary | 100100 | 1001110 | 10111010 | 1010001 | 111010 | 0 | 11011 | 11011111 | 1000100 | 101100 |
Color Harmonies of #244EBA
Complementary color
Monochromatic Colors of #244EBA
Black with #244EBA
Text Example
Text Example
White with #244EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244EBA; }
p { color: rgb(36,78,186); }
H1.HeaderClassName
{
color: #244EBA;
}
.AnyTagClassName
{
color: #244EBA;
}
</style>
background-color css
<style>
a { background-color: #244EBA; }
a { background-color: rgb(36,78,186); }
div.DivClassName
{
background-color: #244EBA;
}
.BgClassName
{
background-color: #244EBA;
}
</style>
border-color css
<style>
span { border-color: #244EBA; }
span { border-color: rgb(36,78,186); }
td.TdClassName
{
border-color: #244EBA;
}
.TagClassName
{
border-color: #244EBA;
}
</style>