Shades of Cerulean Blue #2545E6
Tints of Cerulean Blue #2545E6
RGB
CMYK
RGB Variations
Color information
#2545E6 (or 0x2545E6) is known color: Cerulean Blue. HEX triplet: 25, 45 and E6. RGB value is (37,69,230). Sum of RGB (Red+Green+Blue) = 37+69+230=336 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.01% from 336); Green value is 69 (27.34% from 255 or 20.54% from 336); Blue value is 230 (90.23% from 255 or 68.45% from 336); Max value from RGB is 230 - color contains mainly: blue. Hex color #2545E6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2545E6 is #DABA19. Grayscale: #4D4D4D. Windows color (decimal): -14334490 or 15090981. OLE color: 15090981.
HSL color Cylindrical-coordinate representation of color #2545E6: hue angle of 230.05º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2545E6 is Cyan = 0.84, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 37 | 69 | 230 | - |
| CMYK | 0.84 | 0.7 | 0 | 0.10 |
| HSL | 230.05º | 0.79% | 0.52% | - |
| HSV(B) | 230.05º | 0.84% | 0.9% | - |
| XYZ | 17.17 | 10.36 | 75.96 | - |
| YUV | 77.79 | 213.9 | 98.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 69 | 230 | 0.84 | 0.7 | 0 | 0.10 | 230.05 | 0.79 | 0.52 |
| Hex | 25 | 45 | E6 | 54 | 46 | 0 | A | E6 | 4F | 34 |
| Octal | 45 | 105 | 346 | 124 | 106 | 0 | 12 | 346 | 117 | 64 |
| Binary | 100101 | 1000101 | 11100110 | 1010100 | 1000110 | 0 | 1010 | 11100110 | 1001111 | 110100 |
Color Harmonies of #2545E6
Complementary color
Monochromatic Colors of #2545E6
Black with #2545E6
Text Example
Text Example
White with #2545E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2545E6; }
p { color: rgb(37,69,230); }
H1.HeaderClassName
{
color: #2545E6;
}
.AnyTagClassName
{
color: #2545E6;
}
</style>
background-color css
<style>
a { background-color: #2545E6; }
a { background-color: rgb(37,69,230); }
div.DivClassName
{
background-color: #2545E6;
}
.BgClassName
{
background-color: #2545E6;
}
</style>
border-color css
<style>
span { border-color: #2545E6; }
span { border-color: rgb(37,69,230); }
td.TdClassName
{
border-color: #2545E6;
}
.TagClassName
{
border-color: #2545E6;
}
</style>