Shades of Cerulean Blue #254AD1
Tints of Cerulean Blue #254AD1
RGB
CMYK
RGB Variations
Color information
#254AD1 (or 0x254AD1) is known color: Cerulean Blue. HEX triplet: 25, 4A and D1. RGB value is (37,74,209). Sum of RGB (Red+Green+Blue) = 37+74+209=320 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.56% from 320); Green value is 74 (29.30% from 255 or 23.12% from 320); Blue value is 209 (82.03% from 255 or 65.31% from 320); Max value from RGB is 209 - color contains mainly: blue. Hex color #254AD1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #254AD1 is #DAB52E. Grayscale: #4D4D4D. Windows color (decimal): -14333231 or 13716005. OLE color: 13716005.
HSL color Cylindrical-coordinate representation of color #254AD1: hue angle of 227.09º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #254AD1 is Cyan = 0.82, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 37 | 74 | 209 | - |
| CMYK | 0.82 | 0.65 | 0 | 0.18 |
| HSL | 227.09º | 0.7% | 0.48% | - |
| HSV(B) | 227.09º | 0.82% | 0.82% | - |
| XYZ | 14.72 | 9.89 | 61.46 | - |
| YUV | 78.33 | 201.74 | 98.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 74 | 209 | 0.82 | 0.65 | 0 | 0.18 | 227.09 | 0.7 | 0.48 |
| Hex | 25 | 4A | D1 | 52 | 41 | 0 | 12 | E3 | 46 | 30 |
| Octal | 45 | 112 | 321 | 122 | 101 | 0 | 22 | 343 | 106 | 60 |
| Binary | 100101 | 1001010 | 11010001 | 1010010 | 1000001 | 0 | 10010 | 11100011 | 1000110 | 110000 |
Color Harmonies of #254AD1
Complementary color
Monochromatic Colors of #254AD1
Black with #254AD1
Text Example
Text Example
White with #254AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #254AD1; }
p { color: rgb(37,74,209); }
H1.HeaderClassName
{
color: #254AD1;
}
.AnyTagClassName
{
color: #254AD1;
}
</style>
background-color css
<style>
a { background-color: #254AD1; }
a { background-color: rgb(37,74,209); }
div.DivClassName
{
background-color: #254AD1;
}
.BgClassName
{
background-color: #254AD1;
}
</style>
border-color css
<style>
span { border-color: #254AD1; }
span { border-color: rgb(37,74,209); }
td.TdClassName
{
border-color: #254AD1;
}
.TagClassName
{
border-color: #254AD1;
}
</style>