Shades of Cerulean Blue #254ABA
Tints of Cerulean Blue #254ABA
RGB
CMYK
RGB Variations
Color information
#254ABA (or 0x254ABA) is known color: Cerulean Blue. HEX triplet: 25, 4A and BA. RGB value is (37,74,186). Sum of RGB (Red+Green+Blue) = 37+74+186=297 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.46% from 297); Green value is 74 (29.30% from 255 or 24.92% from 297); Blue value is 186 (73.05% from 255 or 62.63% from 297); Max value from RGB is 186 - color contains mainly: blue. Hex color #254ABA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #254ABA is #DAB545. Grayscale: #4B4B4B. Windows color (decimal): -14333254 or 12208677. OLE color: 12208677.
HSL color Cylindrical-coordinate representation of color #254ABA: hue angle of 225.1º 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 #254ABA is Cyan = 0.80, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 37 | 74 | 186 | - |
| CMYK | 0.80 | 0.60 | 0 | 0.27 |
| HSL | 225.1º | 0.67% | 0.44% | - |
| HSV(B) | 225.1º | 0.8% | 0.73% | - |
| XYZ | 12.07 | 8.84 | 47.52 | - |
| YUV | 75.71 | 190.24 | 100.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 74 | 186 | 0.80 | 0.60 | 0 | 0.27 | 225.1 | 0.67 | 0.44 |
| Hex | 25 | 4A | BA | 50 | 3C | 0 | 1B | E1 | 43 | 2C |
| Octal | 45 | 112 | 272 | 120 | 74 | 0 | 33 | 341 | 103 | 54 |
| Binary | 100101 | 1001010 | 10111010 | 1010000 | 111100 | 0 | 11011 | 11100001 | 1000011 | 101100 |
Color Harmonies of #254ABA
Complementary color
Monochromatic Colors of #254ABA
Black with #254ABA
Text Example
Text Example
White with #254ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254ABA; }
p { color: rgb(37,74,186); }
H1.HeaderClassName
{
color: #254ABA;
}
.AnyTagClassName
{
color: #254ABA;
}
</style>
background-color css
<style>
a { background-color: #254ABA; }
a { background-color: rgb(37,74,186); }
div.DivClassName
{
background-color: #254ABA;
}
.BgClassName
{
background-color: #254ABA;
}
</style>
border-color css
<style>
span { border-color: #254ABA; }
span { border-color: rgb(37,74,186); }
td.TdClassName
{
border-color: #254ABA;
}
.TagClassName
{
border-color: #254ABA;
}
</style>