Shades of Cerulean Blue #254BBE
Tints of Cerulean Blue #254BBE
RGB
CMYK
RGB Variations
Color information
#254BBE (or 0x254BBE) is known color: Cerulean Blue. HEX triplet: 25, 4B and BE. RGB value is (37,75,190). Sum of RGB (Red+Green+Blue) = 37+75+190=302 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.25% from 302); Green value is 75 (29.69% from 255 or 24.83% from 302); Blue value is 190 (74.61% from 255 or 62.91% from 302); Max value from RGB is 190 - color contains mainly: blue. Hex color #254BBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #254BBE is #DAB441. Grayscale: #4C4C4C. Windows color (decimal): -14332994 or 12471077. OLE color: 12471077.
HSL color Cylindrical-coordinate representation of color #254BBE: hue angle of 225.1º 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 #254BBE is Cyan = 0.81, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 37 | 75 | 190 | - |
| CMYK | 0.81 | 0.61 | 0 | 0.25 |
| HSL | 225.1º | 0.67% | 0.45% | - |
| HSV(B) | 225.1º | 0.81% | 0.75% | - |
| XYZ | 12.57 | 9.14 | 49.82 | - |
| YUV | 76.75 | 191.91 | 99.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 75 | 190 | 0.81 | 0.61 | 0 | 0.25 | 225.1 | 0.67 | 0.45 |
| Hex | 25 | 4B | BE | 51 | 3D | 0 | 19 | E1 | 43 | 2D |
| Octal | 45 | 113 | 276 | 121 | 75 | 0 | 31 | 341 | 103 | 55 |
| Binary | 100101 | 1001011 | 10111110 | 1010001 | 111101 | 0 | 11001 | 11100001 | 1000011 | 101101 |
Color Harmonies of #254BBE
Complementary color
Monochromatic Colors of #254BBE
Black with #254BBE
Text Example
Text Example
White with #254BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254BBE; }
p { color: rgb(37,75,190); }
H1.HeaderClassName
{
color: #254BBE;
}
.AnyTagClassName
{
color: #254BBE;
}
</style>
background-color css
<style>
a { background-color: #254BBE; }
a { background-color: rgb(37,75,190); }
div.DivClassName
{
background-color: #254BBE;
}
.BgClassName
{
background-color: #254BBE;
}
</style>
border-color css
<style>
span { border-color: #254BBE; }
span { border-color: rgb(37,75,190); }
td.TdClassName
{
border-color: #254BBE;
}
.TagClassName
{
border-color: #254BBE;
}
</style>