Shades of Cerulean Blue #244FBA
Tints of Cerulean Blue #244FBA
RGB
CMYK
RGB Variations
Color information
#244FBA (or 0x244FBA) is known color: Cerulean Blue. HEX triplet: 24, 4F and BA. RGB value is (36,79,186). Sum of RGB (Red+Green+Blue) = 36+79+186=301 (39% of max value = 765). Red value is 36 (14.45% from 255 or 11.96% from 301); Green value is 79 (31.25% from 255 or 26.25% from 301); Blue value is 186 (73.05% from 255 or 61.79% from 301); Max value from RGB is 186 - color contains mainly: blue. Hex color #244FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #244FBA is #DBB045. Grayscale: #4D4D4D. Windows color (decimal): -14397510 or 12209956. OLE color: 12209956.
HSL color Cylindrical-coordinate representation of color #244FBA: hue angle of 222.8º 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 #244FBA is Cyan = 0.81, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 36 | 79 | 186 | - |
| CMYK | 0.81 | 0.58 | 0 | 0.27 |
| HSL | 222.8º | 0.68% | 0.44% | - |
| HSV(B) | 222.8º | 0.81% | 0.73% | - |
| XYZ | 12.39 | 9.51 | 47.64 | - |
| YUV | 78.34 | 188.75 | 97.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 79 | 186 | 0.81 | 0.58 | 0 | 0.27 | 222.8 | 0.68 | 0.44 |
| Hex | 24 | 4F | BA | 51 | 3A | 0 | 1B | DF | 44 | 2C |
| Octal | 44 | 117 | 272 | 121 | 72 | 0 | 33 | 337 | 104 | 54 |
| Binary | 100100 | 1001111 | 10111010 | 1010001 | 111010 | 0 | 11011 | 11011111 | 1000100 | 101100 |
Color Harmonies of #244FBA
Complementary color
Monochromatic Colors of #244FBA
Black with #244FBA
Text Example
Text Example
White with #244FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244FBA; }
p { color: rgb(36,79,186); }
H1.HeaderClassName
{
color: #244FBA;
}
.AnyTagClassName
{
color: #244FBA;
}
</style>
background-color css
<style>
a { background-color: #244FBA; }
a { background-color: rgb(36,79,186); }
div.DivClassName
{
background-color: #244FBA;
}
.BgClassName
{
background-color: #244FBA;
}
</style>
border-color css
<style>
span { border-color: #244FBA; }
span { border-color: rgb(36,79,186); }
td.TdClassName
{
border-color: #244FBA;
}
.TagClassName
{
border-color: #244FBA;
}
</style>