Shades of Cerulean Blue #254DD5
Tints of Cerulean Blue #254DD5
RGB
CMYK
RGB Variations
Color information
#254DD5 (or 0x254DD5) is known color: Cerulean Blue. HEX triplet: 25, 4D and D5. RGB value is (37,77,213). Sum of RGB (Red+Green+Blue) = 37+77+213=327 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.31% from 327); Green value is 77 (30.47% from 255 or 23.55% from 327); Blue value is 213 (83.59% from 255 or 65.14% from 327); Max value from RGB is 213 - color contains mainly: blue. Hex color #254DD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #254DD5 is #DAB22A. Grayscale: #4F4F4F. Windows color (decimal): -14332459 or 13978917. OLE color: 13978917.
HSL color Cylindrical-coordinate representation of color #254DD5: hue angle of 226.36º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #254DD5 is Cyan = 0.83, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 37 | 77 | 213 | - |
| CMYK | 0.83 | 0.64 | 0 | 0.16 |
| HSL | 226.36º | 0.7% | 0.49% | - |
| HSV(B) | 226.36º | 0.83% | 0.84% | - |
| XYZ | 15.43 | 10.51 | 64.17 | - |
| YUV | 80.54 | 202.75 | 96.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 77 | 213 | 0.83 | 0.64 | 0 | 0.16 | 226.36 | 0.7 | 0.49 |
| Hex | 25 | 4D | D5 | 53 | 40 | 0 | 10 | E2 | 46 | 31 |
| Octal | 45 | 115 | 325 | 123 | 100 | 0 | 20 | 342 | 106 | 61 |
| Binary | 100101 | 1001101 | 11010101 | 1010011 | 1000000 | 0 | 10000 | 11100010 | 1000110 | 110001 |
Color Harmonies of #254DD5
Complementary color
Monochromatic Colors of #254DD5
Black with #254DD5
Text Example
Text Example
White with #254DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254DD5; }
p { color: rgb(37,77,213); }
H1.HeaderClassName
{
color: #254DD5;
}
.AnyTagClassName
{
color: #254DD5;
}
</style>
background-color css
<style>
a { background-color: #254DD5; }
a { background-color: rgb(37,77,213); }
div.DivClassName
{
background-color: #254DD5;
}
.BgClassName
{
background-color: #254DD5;
}
</style>
border-color css
<style>
span { border-color: #254DD5; }
span { border-color: rgb(37,77,213); }
td.TdClassName
{
border-color: #254DD5;
}
.TagClassName
{
border-color: #254DD5;
}
</style>