Shades of Cerulean Blue #254FB5
Tints of Cerulean Blue #254FB5
RGB
CMYK
RGB Variations
Color information
#254FB5 (or 0x254FB5) is known color: Cerulean Blue. HEX triplet: 25, 4F and B5. RGB value is (37,79,181). Sum of RGB (Red+Green+Blue) = 37+79+181=297 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.46% from 297); Green value is 79 (31.25% from 255 or 26.60% from 297); Blue value is 181 (71.09% from 255 or 60.94% from 297); Max value from RGB is 181 - color contains mainly: blue. Hex color #254FB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #254FB5 is #DAB04A. Grayscale: #4D4D4D. Windows color (decimal): -14331979 or 11882277. OLE color: 11882277.
HSL color Cylindrical-coordinate representation of color #254FB5: hue angle of 222.5º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #254FB5 is Cyan = 0.80, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 37 | 79 | 181 | - |
| CMYK | 0.80 | 0.56 | 0 | 0.29 |
| HSL | 222.5º | 0.66% | 0.43% | - |
| HSV(B) | 222.5º | 0.8% | 0.71% | - |
| XYZ | 11.9 | 9.32 | 44.89 | - |
| YUV | 78.07 | 186.09 | 98.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 79 | 181 | 0.80 | 0.56 | 0 | 0.29 | 222.5 | 0.66 | 0.43 |
| Hex | 25 | 4F | B5 | 50 | 38 | 0 | 1D | DE | 42 | 2B |
| Octal | 45 | 117 | 265 | 120 | 70 | 0 | 35 | 336 | 102 | 53 |
| Binary | 100101 | 1001111 | 10110101 | 1010000 | 111000 | 0 | 11101 | 11011110 | 1000010 | 101011 |
Color Harmonies of #254FB5
Complementary color
Monochromatic Colors of #254FB5
Black with #254FB5
Text Example
Text Example
White with #254FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254FB5; }
p { color: rgb(37,79,181); }
H1.HeaderClassName
{
color: #254FB5;
}
.AnyTagClassName
{
color: #254FB5;
}
</style>
background-color css
<style>
a { background-color: #254FB5; }
a { background-color: rgb(37,79,181); }
div.DivClassName
{
background-color: #254FB5;
}
.BgClassName
{
background-color: #254FB5;
}
</style>
border-color css
<style>
span { border-color: #254FB5; }
span { border-color: rgb(37,79,181); }
td.TdClassName
{
border-color: #254FB5;
}
.TagClassName
{
border-color: #254FB5;
}
</style>