Shades of Cerulean Blue #254CCB
Tints of Cerulean Blue #254CCB
RGB
CMYK
RGB Variations
Color information
#254CCB (or 0x254CCB) is known color: Cerulean Blue. HEX triplet: 25, 4C and CB. RGB value is (37,76,203). Sum of RGB (Red+Green+Blue) = 37+76+203=316 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.71% from 316); Green value is 76 (30.08% from 255 or 24.05% from 316); Blue value is 203 (79.69% from 255 or 64.24% from 316); Max value from RGB is 203 - color contains mainly: blue. Hex color #254CCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #254CCB is #DAB334. Grayscale: #4E4E4E. Windows color (decimal): -14332725 or 13323301. OLE color: 13323301.
HSL color Cylindrical-coordinate representation of color #254CCB: hue angle of 225.9º 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 #254CCB is Cyan = 0.82, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 37 | 76 | 203 | - |
| CMYK | 0.82 | 0.63 | 0 | 0.20 |
| HSL | 225.9º | 0.69% | 0.47% | - |
| HSV(B) | 225.9º | 0.82% | 0.8% | - |
| XYZ | 14.13 | 9.87 | 57.66 | - |
| YUV | 78.82 | 198.08 | 98.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 76 | 203 | 0.82 | 0.63 | 0 | 0.20 | 225.9 | 0.69 | 0.47 |
| Hex | 25 | 4C | CB | 52 | 3F | 0 | 14 | E2 | 45 | 2F |
| Octal | 45 | 114 | 313 | 122 | 77 | 0 | 24 | 342 | 105 | 57 |
| Binary | 100101 | 1001100 | 11001011 | 1010010 | 111111 | 0 | 10100 | 11100010 | 1000101 | 101111 |
Color Harmonies of #254CCB
Complementary color
Monochromatic Colors of #254CCB
Black with #254CCB
Text Example
Text Example
White with #254CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254CCB; }
p { color: rgb(37,76,203); }
H1.HeaderClassName
{
color: #254CCB;
}
.AnyTagClassName
{
color: #254CCB;
}
</style>
background-color css
<style>
a { background-color: #254CCB; }
a { background-color: rgb(37,76,203); }
div.DivClassName
{
background-color: #254CCB;
}
.BgClassName
{
background-color: #254CCB;
}
</style>
border-color css
<style>
span { border-color: #254CCB; }
span { border-color: rgb(37,76,203); }
td.TdClassName
{
border-color: #254CCB;
}
.TagClassName
{
border-color: #254CCB;
}
</style>