Shades of Cerulean Blue #254ABB
Tints of Cerulean Blue #254ABB
RGB
CMYK
RGB Variations
Color information
#254ABB (or 0x254ABB) is known color: Cerulean Blue. HEX triplet: 25, 4A and BB. RGB value is (37,74,187). Sum of RGB (Red+Green+Blue) = 37+74+187=298 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.42% from 298); Green value is 74 (29.30% from 255 or 24.83% from 298); Blue value is 187 (73.44% from 255 or 62.75% from 298); Max value from RGB is 187 - color contains mainly: blue. Hex color #254ABB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #254ABB is #DAB544. Grayscale: #4B4B4B. Windows color (decimal): -14333253 or 12274213. OLE color: 12274213.
HSL color Cylindrical-coordinate representation of color #254ABB: hue angle of 225.2º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #254ABB is Cyan = 0.80, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 37 | 74 | 187 | - |
| CMYK | 0.80 | 0.60 | 0 | 0.27 |
| HSL | 225.2º | 0.67% | 0.44% | - |
| HSV(B) | 225.2º | 0.8% | 0.73% | - |
| XYZ | 12.18 | 8.88 | 48.09 | - |
| YUV | 75.82 | 190.74 | 100.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 74 | 187 | 0.80 | 0.60 | 0 | 0.27 | 225.2 | 0.67 | 0.44 |
| Hex | 25 | 4A | BB | 50 | 3C | 0 | 1B | E1 | 43 | 2C |
| Octal | 45 | 112 | 273 | 120 | 74 | 0 | 33 | 341 | 103 | 54 |
| Binary | 100101 | 1001010 | 10111011 | 1010000 | 111100 | 0 | 11011 | 11100001 | 1000011 | 101100 |
Color Harmonies of #254ABB
Complementary color
Monochromatic Colors of #254ABB
Black with #254ABB
Text Example
Text Example
White with #254ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254ABB; }
p { color: rgb(37,74,187); }
H1.HeaderClassName
{
color: #254ABB;
}
.AnyTagClassName
{
color: #254ABB;
}
</style>
background-color css
<style>
a { background-color: #254ABB; }
a { background-color: rgb(37,74,187); }
div.DivClassName
{
background-color: #254ABB;
}
.BgClassName
{
background-color: #254ABB;
}
</style>
border-color css
<style>
span { border-color: #254ABB; }
span { border-color: rgb(37,74,187); }
td.TdClassName
{
border-color: #254ABB;
}
.TagClassName
{
border-color: #254ABB;
}
</style>