Shades of Cerulean Blue #245BB6
Tints of Cerulean Blue #245BB6
RGB
CMYK
RGB Variations
Color information
#245BB6 (or 0x245BB6) is known color: Cerulean Blue. HEX triplet: 24, 5B and B6. RGB value is (36,91,182). Sum of RGB (Red+Green+Blue) = 36+91+182=309 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.65% from 309); Green value is 91 (35.94% from 255 or 29.45% from 309); Blue value is 182 (71.48% from 255 or 58.90% from 309); Max value from RGB is 182 - color contains mainly: blue. Hex color #245BB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #245BB6 is #DBA449. Grayscale: #545454. Windows color (decimal): -14394442 or 11950884. OLE color: 11950884.
HSL color Cylindrical-coordinate representation of color #245BB6: hue angle of 217.4º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #245BB6 is Cyan = 0.80, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 36 | 91 | 182 | - |
| CMYK | 0.80 | 0.5 | 0 | 0.29 |
| HSL | 217.4º | 0.67% | 0.43% | - |
| HSV(B) | 217.4º | 0.8% | 0.71% | - |
| XYZ | 12.91 | 11.23 | 45.74 | - |
| YUV | 84.93 | 182.78 | 93.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 91 | 182 | 0.80 | 0.5 | 0 | 0.29 | 217.4 | 0.67 | 0.43 |
| Hex | 24 | 5B | B6 | 50 | 32 | 0 | 1D | D9 | 43 | 2B |
| Octal | 44 | 133 | 266 | 120 | 62 | 0 | 35 | 331 | 103 | 53 |
| Binary | 100100 | 1011011 | 10110110 | 1010000 | 110010 | 0 | 11101 | 11011001 | 1000011 | 101011 |
Color Harmonies of #245BB6
Complementary color
Monochromatic Colors of #245BB6
Black with #245BB6
Text Example
Text Example
White with #245BB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245BB6; }
p { color: rgb(36,91,182); }
H1.HeaderClassName
{
color: #245BB6;
}
.AnyTagClassName
{
color: #245BB6;
}
</style>
background-color css
<style>
a { background-color: #245BB6; }
a { background-color: rgb(36,91,182); }
div.DivClassName
{
background-color: #245BB6;
}
.BgClassName
{
background-color: #245BB6;
}
</style>
border-color css
<style>
span { border-color: #245BB6; }
span { border-color: rgb(36,91,182); }
td.TdClassName
{
border-color: #245BB6;
}
.TagClassName
{
border-color: #245BB6;
}
</style>