Shades of Cerulean Blue #245BD3
Tints of Cerulean Blue #245BD3
RGB
CMYK
RGB Variations
Color information
#245BD3 (or 0x245BD3) is known color: Cerulean Blue. HEX triplet: 24, 5B and D3. RGB value is (36,91,211). Sum of RGB (Red+Green+Blue) = 36+91+211=338 (44% of max value = 765). Red value is 36 (14.45% from 255 or 10.65% from 338); Green value is 91 (35.94% from 255 or 26.92% from 338); Blue value is 211 (82.81% from 255 or 62.43% from 338); Max value from RGB is 211 - color contains mainly: blue. Hex color #245BD3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #245BD3 is #DBA42C. Grayscale: #575757. Windows color (decimal): -14394413 or 13851428. OLE color: 13851428.
HSL color Cylindrical-coordinate representation of color #245BD3: hue angle of 221.14º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #245BD3 is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
RGB | 36 | 91 | 211 | - |
CMYK | 0.83 | 0.57 | 0 | 0.17 |
HSL | 221.14º | 0.71% | 0.48% | - |
HSV(B) | 221.14º | 0.83% | 0.83% | - |
XYZ | 16.23 | 12.56 | 63.2 | - |
YUV | 88.24 | 197.28 | 90.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 36 | 91 | 211 | 0.83 | 0.57 | 0 | 0.17 | 221.14 | 0.71 | 0.48 |
Hex | 24 | 5B | D3 | 53 | 39 | 0 | 11 | DD | 47 | 30 |
Octal | 44 | 133 | 323 | 123 | 71 | 0 | 21 | 335 | 107 | 60 |
Binary | 100100 | 1011011 | 11010011 | 1010011 | 111001 | 0 | 10001 | 11011101 | 1000111 | 110000 |
Color Harmonies of #245BD3
Complementary color
Monochromatic Colors of #245BD3
Black with #245BD3
Text Example
Text Example
White with #245BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245BD3; }
p { color: rgb(36,91,211); }
H1.HeaderClassName
{
color: #245BD3;
}
.AnyTagClassName
{
color: #245BD3;
}
</style>
background-color css
<style>
a { background-color: #245BD3; }
a { background-color: rgb(36,91,211); }
div.DivClassName
{
background-color: #245BD3;
}
.BgClassName
{
background-color: #245BD3;
}
</style>
border-color css
<style>
span { border-color: #245BD3; }
span { border-color: rgb(36,91,211); }
td.TdClassName
{
border-color: #245BD3;
}
.TagClassName
{
border-color: #245BD3;
}
</style>