Shades of Cerulean Blue #255FD8
Tints of Cerulean Blue #255FD8
RGB
CMYK
RGB Variations
Color information
#255FD8 (or 0x255FD8) is known color: Cerulean Blue. HEX triplet: 25, 5F and D8. RGB value is (37,95,216). Sum of RGB (Red+Green+Blue) = 37+95+216=348 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.63% from 348); Green value is 95 (37.5% from 255 or 27.30% from 348); Blue value is 216 (84.77% from 255 or 62.07% from 348); Max value from RGB is 216 - color contains mainly: blue. Hex color #255FD8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255FD8 is #DAA027. Grayscale: #5A5A5A. Windows color (decimal): -14327848 or 14180133. OLE color: 14180133.
HSL color Cylindrical-coordinate representation of color #255FD8: hue angle of 220.56º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #255FD8 is Cyan = 0.83, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 37 | 95 | 216 | - |
| CMYK | 0.83 | 0.56 | 0 | 0.15 |
| HSL | 220.56º | 0.71% | 0.5% | - |
| HSV(B) | 220.56º | 0.83% | 0.85% | - |
| XYZ | 17.25 | 13.54 | 66.67 | - |
| YUV | 91.45 | 198.28 | 89.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 95 | 216 | 0.83 | 0.56 | 0 | 0.15 | 220.56 | 0.71 | 0.5 |
| Hex | 25 | 5F | D8 | 53 | 38 | 0 | F | DD | 47 | 32 |
| Octal | 45 | 137 | 330 | 123 | 70 | 0 | 17 | 335 | 107 | 62 |
| Binary | 100101 | 1011111 | 11011000 | 1010011 | 111000 | 0 | 1111 | 11011101 | 1000111 | 110010 |
Color Harmonies of #255FD8
Complementary color
Monochromatic Colors of #255FD8
Black with #255FD8
Text Example
Text Example
White with #255FD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255FD8; }
p { color: rgb(37,95,216); }
H1.HeaderClassName
{
color: #255FD8;
}
.AnyTagClassName
{
color: #255FD8;
}
</style>
background-color css
<style>
a { background-color: #255FD8; }
a { background-color: rgb(37,95,216); }
div.DivClassName
{
background-color: #255FD8;
}
.BgClassName
{
background-color: #255FD8;
}
</style>
border-color css
<style>
span { border-color: #255FD8; }
span { border-color: rgb(37,95,216); }
td.TdClassName
{
border-color: #255FD8;
}
.TagClassName
{
border-color: #255FD8;
}
</style>