Shades of Cerulean Blue #254DD4
Tints of Cerulean Blue #254DD4
RGB
CMYK
RGB Variations
Color information
#254DD4 (or 0x254DD4) is known color: Cerulean Blue. HEX triplet: 25, 4D and D4. RGB value is (37,77,212). Sum of RGB (Red+Green+Blue) = 37+77+212=326 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.35% from 326); Green value is 77 (30.47% from 255 or 23.62% from 326); Blue value is 212 (83.20% from 255 or 65.03% from 326); Max value from RGB is 212 - color contains mainly: blue. Hex color #254DD4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #254DD4 is #DAB22B. Grayscale: #4F4F4F. Windows color (decimal): -14332460 or 13913381. OLE color: 13913381.
HSL color Cylindrical-coordinate representation of color #254DD4: hue angle of 226.29º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #254DD4 is Cyan = 0.83, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 37 | 77 | 212 | - |
| CMYK | 0.83 | 0.64 | 0 | 0.17 |
| HSL | 226.29º | 0.7% | 0.49% | - |
| HSV(B) | 226.29º | 0.83% | 0.83% | - |
| XYZ | 15.3 | 10.45 | 63.5 | - |
| YUV | 80.43 | 202.25 | 97.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 77 | 212 | 0.83 | 0.64 | 0 | 0.17 | 226.29 | 0.7 | 0.49 |
| Hex | 25 | 4D | D4 | 53 | 40 | 0 | 11 | E2 | 46 | 31 |
| Octal | 45 | 115 | 324 | 123 | 100 | 0 | 21 | 342 | 106 | 61 |
| Binary | 100101 | 1001101 | 11010100 | 1010011 | 1000000 | 0 | 10001 | 11100010 | 1000110 | 110001 |
Color Harmonies of #254DD4
Complementary color
Monochromatic Colors of #254DD4
Black with #254DD4
Text Example
Text Example
White with #254DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254DD4; }
p { color: rgb(37,77,212); }
H1.HeaderClassName
{
color: #254DD4;
}
.AnyTagClassName
{
color: #254DD4;
}
</style>
background-color css
<style>
a { background-color: #254DD4; }
a { background-color: rgb(37,77,212); }
div.DivClassName
{
background-color: #254DD4;
}
.BgClassName
{
background-color: #254DD4;
}
</style>
border-color css
<style>
span { border-color: #254DD4; }
span { border-color: rgb(37,77,212); }
td.TdClassName
{
border-color: #254DD4;
}
.TagClassName
{
border-color: #254DD4;
}
</style>