Shades of Cerulean Blue #244DBA
Tints of Cerulean Blue #244DBA
RGB
CMYK
RGB Variations
Color information
#244DBA (or 0x244DBA) is known color: Cerulean Blue. HEX triplet: 24, 4D and BA. RGB value is (36,77,186). Sum of RGB (Red+Green+Blue) = 36+77+186=299 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.04% from 299); Green value is 77 (30.47% from 255 or 25.75% from 299); Blue value is 186 (73.05% from 255 or 62.21% from 299); Max value from RGB is 186 - color contains mainly: blue. Hex color #244DBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #244DBA is #DBB245. Grayscale: #4C4C4C. Windows color (decimal): -14398022 or 12209444. OLE color: 12209444.
HSL color Cylindrical-coordinate representation of color #244DBA: hue angle of 223.6º 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 #244DBA is Cyan = 0.81, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 36 | 77 | 186 | - |
| CMYK | 0.81 | 0.59 | 0 | 0.27 |
| HSL | 223.6º | 0.68% | 0.44% | - |
| HSV(B) | 223.6º | 0.81% | 0.73% | - |
| XYZ | 12.24 | 9.23 | 47.59 | - |
| YUV | 77.17 | 189.42 | 98.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 77 | 186 | 0.81 | 0.59 | 0 | 0.27 | 223.6 | 0.68 | 0.44 |
| Hex | 24 | 4D | BA | 51 | 3B | 0 | 1B | E0 | 44 | 2C |
| Octal | 44 | 115 | 272 | 121 | 73 | 0 | 33 | 340 | 104 | 54 |
| Binary | 100100 | 1001101 | 10111010 | 1010001 | 111011 | 0 | 11011 | 11100000 | 1000100 | 101100 |
Color Harmonies of #244DBA
Complementary color
Monochromatic Colors of #244DBA
Black with #244DBA
Text Example
Text Example
White with #244DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244DBA; }
p { color: rgb(36,77,186); }
H1.HeaderClassName
{
color: #244DBA;
}
.AnyTagClassName
{
color: #244DBA;
}
</style>
background-color css
<style>
a { background-color: #244DBA; }
a { background-color: rgb(36,77,186); }
div.DivClassName
{
background-color: #244DBA;
}
.BgClassName
{
background-color: #244DBA;
}
</style>
border-color css
<style>
span { border-color: #244DBA; }
span { border-color: rgb(36,77,186); }
td.TdClassName
{
border-color: #244DBA;
}
.TagClassName
{
border-color: #244DBA;
}
</style>