Shades of Cerulean Blue #244DCA
Tints of Cerulean Blue #244DCA
RGB
CMYK
RGB Variations
Color information
#244DCA (or 0x244DCA) is known color: Cerulean Blue. HEX triplet: 24, 4D and CA. RGB value is (36,77,202). Sum of RGB (Red+Green+Blue) = 36+77+202=315 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.43% from 315); Green value is 77 (30.47% from 255 or 24.44% from 315); Blue value is 202 (79.30% from 255 or 64.13% from 315); Max value from RGB is 202 - color contains mainly: blue. Hex color #244DCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #244DCA is #DBB235. Grayscale: #4E4E4E. Windows color (decimal): -14398006 or 13258020. OLE color: 13258020.
HSL color Cylindrical-coordinate representation of color #244DCA: hue angle of 225.18º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #244DCA is Cyan = 0.82, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 36 | 77 | 202 | - |
| CMYK | 0.82 | 0.62 | 0 | 0.21 |
| HSL | 225.18º | 0.7% | 0.47% | - |
| HSV(B) | 225.18º | 0.82% | 0.79% | - |
| XYZ | 14.04 | 9.95 | 57.06 | - |
| YUV | 78.99 | 197.42 | 97.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 77 | 202 | 0.82 | 0.62 | 0 | 0.21 | 225.18 | 0.7 | 0.47 |
| Hex | 24 | 4D | CA | 52 | 3E | 0 | 15 | E1 | 46 | 2F |
| Octal | 44 | 115 | 312 | 122 | 76 | 0 | 25 | 341 | 106 | 57 |
| Binary | 100100 | 1001101 | 11001010 | 1010010 | 111110 | 0 | 10101 | 11100001 | 1000110 | 101111 |
Color Harmonies of #244DCA
Complementary color
Monochromatic Colors of #244DCA
Black with #244DCA
Text Example
Text Example
White with #244DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244DCA; }
p { color: rgb(36,77,202); }
H1.HeaderClassName
{
color: #244DCA;
}
.AnyTagClassName
{
color: #244DCA;
}
</style>
background-color css
<style>
a { background-color: #244DCA; }
a { background-color: rgb(36,77,202); }
div.DivClassName
{
background-color: #244DCA;
}
.BgClassName
{
background-color: #244DCA;
}
</style>
border-color css
<style>
span { border-color: #244DCA; }
span { border-color: rgb(36,77,202); }
td.TdClassName
{
border-color: #244DCA;
}
.TagClassName
{
border-color: #244DCA;
}
</style>