Shades of Cerulean Blue #254BDC
Tints of Cerulean Blue #254BDC
RGB
CMYK
RGB Variations
Color information
#254BDC (or 0x254BDC) is known color: Cerulean Blue. HEX triplet: 25, 4B and DC. RGB value is (37,75,220). Sum of RGB (Red+Green+Blue) = 37+75+220=332 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.14% from 332); Green value is 75 (29.69% from 255 or 22.59% from 332); Blue value is 220 (86.33% from 255 or 66.27% from 332); Max value from RGB is 220 - color contains mainly: blue. Hex color #254BDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #254BDC is #DAB423. Grayscale: #4F4F4F. Windows color (decimal): -14332964 or 14437157. OLE color: 14437157.
HSL color Cylindrical-coordinate representation of color #254BDC: hue angle of 227.54º 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 #254BDC is Cyan = 0.83, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 37 | 75 | 220 | - |
| CMYK | 0.83 | 0.66 | 0 | 0.14 |
| HSL | 227.54º | 0.72% | 0.5% | - |
| HSV(B) | 227.54º | 0.83% | 0.86% | - |
| XYZ | 16.2 | 10.59 | 68.9 | - |
| YUV | 80.17 | 206.91 | 97.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 75 | 220 | 0.83 | 0.66 | 0 | 0.14 | 227.54 | 0.72 | 0.5 |
| Hex | 25 | 4B | DC | 53 | 42 | 0 | E | E4 | 48 | 32 |
| Octal | 45 | 113 | 334 | 123 | 102 | 0 | 16 | 344 | 110 | 62 |
| Binary | 100101 | 1001011 | 11011100 | 1010011 | 1000010 | 0 | 1110 | 11100100 | 1001000 | 110010 |
Color Harmonies of #254BDC
Complementary color
Monochromatic Colors of #254BDC
Black with #254BDC
Text Example
Text Example
White with #254BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254BDC; }
p { color: rgb(37,75,220); }
H1.HeaderClassName
{
color: #254BDC;
}
.AnyTagClassName
{
color: #254BDC;
}
</style>
background-color css
<style>
a { background-color: #254BDC; }
a { background-color: rgb(37,75,220); }
div.DivClassName
{
background-color: #254BDC;
}
.BgClassName
{
background-color: #254BDC;
}
</style>
border-color css
<style>
span { border-color: #254BDC; }
span { border-color: rgb(37,75,220); }
td.TdClassName
{
border-color: #254BDC;
}
.TagClassName
{
border-color: #254BDC;
}
</style>