Shades of Cerulean Blue #254DD2
Tints of Cerulean Blue #254DD2
RGB
CMYK
RGB Variations
Color information
#254DD2 (or 0x254DD2) is known color: Cerulean Blue. HEX triplet: 25, 4D and D2. RGB value is (37,77,210). Sum of RGB (Red+Green+Blue) = 37+77+210=324 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.42% from 324); Green value is 77 (30.47% from 255 or 23.77% from 324); Blue value is 210 (82.42% from 255 or 64.81% from 324); Max value from RGB is 210 - color contains mainly: blue. Hex color #254DD2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #254DD2 is #DAB22D. Grayscale: #4F4F4F. Windows color (decimal): -14332462 or 13782309. OLE color: 13782309.
HSL color Cylindrical-coordinate representation of color #254DD2: hue angle of 226.13º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #254DD2 is Cyan = 0.82, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 37 | 77 | 210 | - |
| CMYK | 0.82 | 0.63 | 0 | 0.18 |
| HSL | 226.13º | 0.7% | 0.48% | - |
| HSV(B) | 226.13º | 0.82% | 0.82% | - |
| XYZ | 15.05 | 10.35 | 62.18 | - |
| YUV | 80.2 | 201.25 | 97.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 77 | 210 | 0.82 | 0.63 | 0 | 0.18 | 226.13 | 0.7 | 0.48 |
| Hex | 25 | 4D | D2 | 52 | 3F | 0 | 12 | E2 | 46 | 30 |
| Octal | 45 | 115 | 322 | 122 | 77 | 0 | 22 | 342 | 106 | 60 |
| Binary | 100101 | 1001101 | 11010010 | 1010010 | 111111 | 0 | 10010 | 11100010 | 1000110 | 110000 |
Color Harmonies of #254DD2
Complementary color
Monochromatic Colors of #254DD2
Black with #254DD2
Text Example
Text Example
White with #254DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254DD2; }
p { color: rgb(37,77,210); }
H1.HeaderClassName
{
color: #254DD2;
}
.AnyTagClassName
{
color: #254DD2;
}
</style>
background-color css
<style>
a { background-color: #254DD2; }
a { background-color: rgb(37,77,210); }
div.DivClassName
{
background-color: #254DD2;
}
.BgClassName
{
background-color: #254DD2;
}
</style>
border-color css
<style>
span { border-color: #254DD2; }
span { border-color: rgb(37,77,210); }
td.TdClassName
{
border-color: #254DD2;
}
.TagClassName
{
border-color: #254DD2;
}
</style>