Shades of Cerulean Blue #254DC8
Tints of Cerulean Blue #254DC8
RGB
CMYK
RGB Variations
Color information
#254DC8 (or 0x254DC8) is known color: Cerulean Blue. HEX triplet: 25, 4D and C8. RGB value is (37,77,200). Sum of RGB (Red+Green+Blue) = 37+77+200=314 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.78% from 314); Green value is 77 (30.47% from 255 or 24.52% from 314); Blue value is 200 (78.52% from 255 or 63.69% from 314); Max value from RGB is 200 - color contains mainly: blue. Hex color #254DC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #254DC8 is #DAB237. Grayscale: #4E4E4E. Windows color (decimal): -14332472 or 13126949. OLE color: 13126949.
HSL color Cylindrical-coordinate representation of color #254DC8: hue angle of 225.28º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #254DC8 is Cyan = 0.82, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 37 | 77 | 200 | - |
| CMYK | 0.82 | 0.62 | 0 | 0.22 |
| HSL | 225.28º | 0.69% | 0.46% | - |
| HSV(B) | 225.28º | 0.82% | 0.78% | - |
| XYZ | 13.84 | 9.87 | 55.82 | - |
| YUV | 79.06 | 196.25 | 98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 77 | 200 | 0.82 | 0.62 | 0 | 0.22 | 225.28 | 0.69 | 0.46 |
| Hex | 25 | 4D | C8 | 52 | 3E | 0 | 16 | E1 | 45 | 2E |
| Octal | 45 | 115 | 310 | 122 | 76 | 0 | 26 | 341 | 105 | 56 |
| Binary | 100101 | 1001101 | 11001000 | 1010010 | 111110 | 0 | 10110 | 11100001 | 1000101 | 101110 |
Color Harmonies of #254DC8
Complementary color
Monochromatic Colors of #254DC8
Black with #254DC8
Text Example
Text Example
White with #254DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254DC8; }
p { color: rgb(37,77,200); }
H1.HeaderClassName
{
color: #254DC8;
}
.AnyTagClassName
{
color: #254DC8;
}
</style>
background-color css
<style>
a { background-color: #254DC8; }
a { background-color: rgb(37,77,200); }
div.DivClassName
{
background-color: #254DC8;
}
.BgClassName
{
background-color: #254DC8;
}
</style>
border-color css
<style>
span { border-color: #254DC8; }
span { border-color: rgb(37,77,200); }
td.TdClassName
{
border-color: #254DC8;
}
.TagClassName
{
border-color: #254DC8;
}
</style>