Shades of Cerulean Blue #255ED2
Tints of Cerulean Blue #255ED2
RGB
CMYK
RGB Variations
Color information
#255ED2 (or 0x255ED2) is known color: Cerulean Blue. HEX triplet: 25, 5E and D2. RGB value is (37,94,210). Sum of RGB (Red+Green+Blue) = 37+94+210=341 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.85% from 341); Green value is 94 (37.11% from 255 or 27.57% from 341); Blue value is 210 (82.42% from 255 or 61.58% from 341); Max value from RGB is 210 - color contains mainly: blue. Hex color #255ED2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255ED2 is #DAA12D. Grayscale: #595959. Windows color (decimal): -14328110 or 13786661. OLE color: 13786661.
HSL color Cylindrical-coordinate representation of color #255ED2: hue angle of 220.23º 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 #255ED2 is Cyan = 0.82, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 37 | 94 | 210 | - |
| CMYK | 0.82 | 0.55 | 0 | 0.18 |
| HSL | 220.23º | 0.7% | 0.48% | - |
| HSV(B) | 220.23º | 0.82% | 0.82% | - |
| XYZ | 16.4 | 13.05 | 62.63 | - |
| YUV | 90.18 | 195.62 | 90.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 94 | 210 | 0.82 | 0.55 | 0 | 0.18 | 220.23 | 0.7 | 0.48 |
| Hex | 25 | 5E | D2 | 52 | 37 | 0 | 12 | DC | 46 | 30 |
| Octal | 45 | 136 | 322 | 122 | 67 | 0 | 22 | 334 | 106 | 60 |
| Binary | 100101 | 1011110 | 11010010 | 1010010 | 110111 | 0 | 10010 | 11011100 | 1000110 | 110000 |
Color Harmonies of #255ED2
Complementary color
Monochromatic Colors of #255ED2
Black with #255ED2
Text Example
Text Example
White with #255ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255ED2; }
p { color: rgb(37,94,210); }
H1.HeaderClassName
{
color: #255ED2;
}
.AnyTagClassName
{
color: #255ED2;
}
</style>
background-color css
<style>
a { background-color: #255ED2; }
a { background-color: rgb(37,94,210); }
div.DivClassName
{
background-color: #255ED2;
}
.BgClassName
{
background-color: #255ED2;
}
</style>
border-color css
<style>
span { border-color: #255ED2; }
span { border-color: rgb(37,94,210); }
td.TdClassName
{
border-color: #255ED2;
}
.TagClassName
{
border-color: #255ED2;
}
</style>