Shades of Cerulean Blue #254CCC
Tints of Cerulean Blue #254CCC
RGB
CMYK
RGB Variations
Color information
#254CCC (or 0x254CCC) is known color: Cerulean Blue. HEX triplet: 25, 4C and CC. RGB value is (37,76,204). Sum of RGB (Red+Green+Blue) = 37+76+204=317 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.67% from 317); Green value is 76 (30.08% from 255 or 23.97% from 317); Blue value is 204 (80.08% from 255 or 64.35% from 317); Max value from RGB is 204 - color contains mainly: blue. Hex color #254CCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #254CCC is #DAB333. Grayscale: #4E4E4E. Windows color (decimal): -14332724 or 13388837. OLE color: 13388837.
HSL color Cylindrical-coordinate representation of color #254CCC: hue angle of 225.99º 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 #254CCC is Cyan = 0.82, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 37 | 76 | 204 | - |
| CMYK | 0.82 | 0.63 | 0 | 0.2 |
| HSL | 225.99º | 0.69% | 0.47% | - |
| HSV(B) | 225.99º | 0.82% | 0.8% | - |
| XYZ | 14.25 | 9.92 | 58.29 | - |
| YUV | 78.93 | 198.58 | 98.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 76 | 204 | 0.82 | 0.63 | 0 | 0.2 | 225.99 | 0.69 | 0.47 |
| Hex | 25 | 4C | CC | 52 | 3F | 0 | 14 | E2 | 45 | 2F |
| Octal | 45 | 114 | 314 | 122 | 77 | 0 | 24 | 342 | 105 | 57 |
| Binary | 100101 | 1001100 | 11001100 | 1010010 | 111111 | 0 | 10100 | 11100010 | 1000101 | 101111 |
Color Harmonies of #254CCC
Complementary color
Monochromatic Colors of #254CCC
Black with #254CCC
Text Example
Text Example
White with #254CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254CCC; }
p { color: rgb(37,76,204); }
H1.HeaderClassName
{
color: #254CCC;
}
.AnyTagClassName
{
color: #254CCC;
}
</style>
background-color css
<style>
a { background-color: #254CCC; }
a { background-color: rgb(37,76,204); }
div.DivClassName
{
background-color: #254CCC;
}
.BgClassName
{
background-color: #254CCC;
}
</style>
border-color css
<style>
span { border-color: #254CCC; }
span { border-color: rgb(37,76,204); }
td.TdClassName
{
border-color: #254CCC;
}
.TagClassName
{
border-color: #254CCC;
}
</style>