Shades of Cerulean Blue #254DBE
Tints of Cerulean Blue #254DBE
RGB
CMYK
RGB Variations
Color information
#254DBE (or 0x254DBE) is known color: Cerulean Blue. HEX triplet: 25, 4D and BE. RGB value is (37,77,190). Sum of RGB (Red+Green+Blue) = 37+77+190=304 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.17% from 304); Green value is 77 (30.47% from 255 or 25.33% from 304); Blue value is 190 (74.61% from 255 or 62.5% from 304); Max value from RGB is 190 - color contains mainly: blue. Hex color #254DBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #254DBE is #DAB241. Grayscale: #4D4D4D. Windows color (decimal): -14332482 or 12471589. OLE color: 12471589.
HSL color Cylindrical-coordinate representation of color #254DBE: hue angle of 224.31º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #254DBE is Cyan = 0.81, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 37 | 77 | 190 | - |
| CMYK | 0.81 | 0.59 | 0 | 0.25 |
| HSL | 224.31º | 0.67% | 0.45% | - |
| HSV(B) | 224.31º | 0.81% | 0.75% | - |
| XYZ | 12.71 | 9.42 | 49.86 | - |
| YUV | 77.92 | 191.25 | 98.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 77 | 190 | 0.81 | 0.59 | 0 | 0.25 | 224.31 | 0.67 | 0.45 |
| Hex | 25 | 4D | BE | 51 | 3B | 0 | 19 | E0 | 43 | 2D |
| Octal | 45 | 115 | 276 | 121 | 73 | 0 | 31 | 340 | 103 | 55 |
| Binary | 100101 | 1001101 | 10111110 | 1010001 | 111011 | 0 | 11001 | 11100000 | 1000011 | 101101 |
Color Harmonies of #254DBE
Complementary color
Monochromatic Colors of #254DBE
Black with #254DBE
Text Example
Text Example
White with #254DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254DBE; }
p { color: rgb(37,77,190); }
H1.HeaderClassName
{
color: #254DBE;
}
.AnyTagClassName
{
color: #254DBE;
}
</style>
background-color css
<style>
a { background-color: #254DBE; }
a { background-color: rgb(37,77,190); }
div.DivClassName
{
background-color: #254DBE;
}
.BgClassName
{
background-color: #254DBE;
}
</style>
border-color css
<style>
span { border-color: #254DBE; }
span { border-color: rgb(37,77,190); }
td.TdClassName
{
border-color: #254DBE;
}
.TagClassName
{
border-color: #254DBE;
}
</style>