Shades of Cerulean Blue #255ED1
Tints of Cerulean Blue #255ED1
RGB
CMYK
RGB Variations
Color information
#255ED1 (or 0x255ED1) is known color: Cerulean Blue. HEX triplet: 25, 5E and D1. RGB value is (37,94,209). Sum of RGB (Red+Green+Blue) = 37+94+209=340 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.88% from 340); Green value is 94 (37.11% from 255 or 27.65% from 340); Blue value is 209 (82.03% from 255 or 61.47% from 340); Max value from RGB is 209 - color contains mainly: blue. Hex color #255ED1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255ED1 is #DAA12E. Grayscale: #595959. Windows color (decimal): -14328111 or 13721125. OLE color: 13721125.
HSL color Cylindrical-coordinate representation of color #255ED1: hue angle of 220.12º 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 #255ED1 is Cyan = 0.82, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 37 | 94 | 209 | - |
| CMYK | 0.82 | 0.55 | 0 | 0.18 |
| HSL | 220.12º | 0.7% | 0.48% | - |
| HSV(B) | 220.12º | 0.82% | 0.82% | - |
| XYZ | 16.27 | 13 | 61.97 | - |
| YUV | 90.07 | 195.12 | 90.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 94 | 209 | 0.82 | 0.55 | 0 | 0.18 | 220.12 | 0.7 | 0.48 |
| Hex | 25 | 5E | D1 | 52 | 37 | 0 | 12 | DC | 46 | 30 |
| Octal | 45 | 136 | 321 | 122 | 67 | 0 | 22 | 334 | 106 | 60 |
| Binary | 100101 | 1011110 | 11010001 | 1010010 | 110111 | 0 | 10010 | 11011100 | 1000110 | 110000 |
Color Harmonies of #255ED1
Complementary color
Monochromatic Colors of #255ED1
Black with #255ED1
Text Example
Text Example
White with #255ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255ED1; }
p { color: rgb(37,94,209); }
H1.HeaderClassName
{
color: #255ED1;
}
.AnyTagClassName
{
color: #255ED1;
}
</style>
background-color css
<style>
a { background-color: #255ED1; }
a { background-color: rgb(37,94,209); }
div.DivClassName
{
background-color: #255ED1;
}
.BgClassName
{
background-color: #255ED1;
}
</style>
border-color css
<style>
span { border-color: #255ED1; }
span { border-color: rgb(37,94,209); }
td.TdClassName
{
border-color: #255ED1;
}
.TagClassName
{
border-color: #255ED1;
}
</style>