Shades of Cerulean Blue #254BCC
Tints of Cerulean Blue #254BCC
RGB
CMYK
RGB Variations
Color information
#254BCC (or 0x254BCC) is known color: Cerulean Blue. HEX triplet: 25, 4B and CC. RGB value is (37,75,204). Sum of RGB (Red+Green+Blue) = 37+75+204=316 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.71% from 316); Green value is 75 (29.69% from 255 or 23.73% from 316); Blue value is 204 (80.08% from 255 or 64.56% from 316); Max value from RGB is 204 - color contains mainly: blue. Hex color #254BCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #254BCC is #DAB433. Grayscale: #4D4D4D. Windows color (decimal): -14332980 or 13388581. OLE color: 13388581.
HSL color Cylindrical-coordinate representation of color #254BCC: hue angle of 226.35º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #254BCC is Cyan = 0.82, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 37 | 75 | 204 | - |
| CMYK | 0.82 | 0.63 | 0 | 0.2 |
| HSL | 226.35º | 0.69% | 0.47% | - |
| HSV(B) | 226.35º | 0.82% | 0.8% | - |
| XYZ | 14.18 | 9.79 | 58.27 | - |
| YUV | 78.34 | 198.91 | 98.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 75 | 204 | 0.82 | 0.63 | 0 | 0.2 | 226.35 | 0.69 | 0.47 |
| Hex | 25 | 4B | CC | 52 | 3F | 0 | 14 | E2 | 45 | 2F |
| Octal | 45 | 113 | 314 | 122 | 77 | 0 | 24 | 342 | 105 | 57 |
| Binary | 100101 | 1001011 | 11001100 | 1010010 | 111111 | 0 | 10100 | 11100010 | 1000101 | 101111 |
Color Harmonies of #254BCC
Complementary color
Monochromatic Colors of #254BCC
Black with #254BCC
Text Example
Text Example
White with #254BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254BCC; }
p { color: rgb(37,75,204); }
H1.HeaderClassName
{
color: #254BCC;
}
.AnyTagClassName
{
color: #254BCC;
}
</style>
background-color css
<style>
a { background-color: #254BCC; }
a { background-color: rgb(37,75,204); }
div.DivClassName
{
background-color: #254BCC;
}
.BgClassName
{
background-color: #254BCC;
}
</style>
border-color css
<style>
span { border-color: #254BCC; }
span { border-color: rgb(37,75,204); }
td.TdClassName
{
border-color: #254BCC;
}
.TagClassName
{
border-color: #254BCC;
}
</style>