Shades of Cerulean Blue #254CDC
Tints of Cerulean Blue #254CDC
RGB
CMYK
RGB Variations
Color information
#254CDC (or 0x254CDC) is known color: Cerulean Blue. HEX triplet: 25, 4C and DC. RGB value is (37,76,220). Sum of RGB (Red+Green+Blue) = 37+76+220=333 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.11% from 333); Green value is 76 (30.08% from 255 or 22.82% from 333); Blue value is 220 (86.33% from 255 or 66.07% from 333); Max value from RGB is 220 - color contains mainly: blue. Hex color #254CDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #254CDC is #DAB323. Grayscale: #505050. Windows color (decimal): -14332708 or 14437413. OLE color: 14437413.
HSL color Cylindrical-coordinate representation of color #254CDC: hue angle of 227.21º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #254CDC is Cyan = 0.83, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 37 | 76 | 220 | - |
| CMYK | 0.83 | 0.65 | 0 | 0.14 |
| HSL | 227.21º | 0.72% | 0.5% | - |
| HSV(B) | 227.21º | 0.83% | 0.86% | - |
| XYZ | 16.27 | 10.73 | 68.92 | - |
| YUV | 80.76 | 206.58 | 96.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 76 | 220 | 0.83 | 0.65 | 0 | 0.14 | 227.21 | 0.72 | 0.5 |
| Hex | 25 | 4C | DC | 53 | 41 | 0 | E | E3 | 48 | 32 |
| Octal | 45 | 114 | 334 | 123 | 101 | 0 | 16 | 343 | 110 | 62 |
| Binary | 100101 | 1001100 | 11011100 | 1010011 | 1000001 | 0 | 1110 | 11100011 | 1001000 | 110010 |
Color Harmonies of #254CDC
Complementary color
Monochromatic Colors of #254CDC
Black with #254CDC
Text Example
Text Example
White with #254CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254CDC; }
p { color: rgb(37,76,220); }
H1.HeaderClassName
{
color: #254CDC;
}
.AnyTagClassName
{
color: #254CDC;
}
</style>
background-color css
<style>
a { background-color: #254CDC; }
a { background-color: rgb(37,76,220); }
div.DivClassName
{
background-color: #254CDC;
}
.BgClassName
{
background-color: #254CDC;
}
</style>
border-color css
<style>
span { border-color: #254CDC; }
span { border-color: rgb(37,76,220); }
td.TdClassName
{
border-color: #254CDC;
}
.TagClassName
{
border-color: #254CDC;
}
</style>