Shades of Cerulean Blue #255FD5
Tints of Cerulean Blue #255FD5
RGB
CMYK
RGB Variations
Color information
#255FD5 (or 0x255FD5) is known color: Cerulean Blue. HEX triplet: 25, 5F and D5. RGB value is (37,95,213). Sum of RGB (Red+Green+Blue) = 37+95+213=345 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.72% from 345); Green value is 95 (37.5% from 255 or 27.54% from 345); Blue value is 213 (83.59% from 255 or 61.74% from 345); Max value from RGB is 213 - color contains mainly: blue. Hex color #255FD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255FD5 is #DAA02A. Grayscale: #5A5A5A. Windows color (decimal): -14327851 or 13983525. OLE color: 13983525.
HSL color Cylindrical-coordinate representation of color #255FD5: hue angle of 220.23º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #255FD5 is Cyan = 0.83, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 37 | 95 | 213 | - |
| CMYK | 0.83 | 0.55 | 0 | 0.16 |
| HSL | 220.23º | 0.7% | 0.49% | - |
| HSV(B) | 220.23º | 0.83% | 0.84% | - |
| XYZ | 16.87 | 13.38 | 64.64 | - |
| YUV | 91.11 | 196.78 | 89.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 95 | 213 | 0.83 | 0.55 | 0 | 0.16 | 220.23 | 0.7 | 0.49 |
| Hex | 25 | 5F | D5 | 53 | 37 | 0 | 10 | DC | 46 | 31 |
| Octal | 45 | 137 | 325 | 123 | 67 | 0 | 20 | 334 | 106 | 61 |
| Binary | 100101 | 1011111 | 11010101 | 1010011 | 110111 | 0 | 10000 | 11011100 | 1000110 | 110001 |
Color Harmonies of #255FD5
Complementary color
Monochromatic Colors of #255FD5
Black with #255FD5
Text Example
Text Example
White with #255FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255FD5; }
p { color: rgb(37,95,213); }
H1.HeaderClassName
{
color: #255FD5;
}
.AnyTagClassName
{
color: #255FD5;
}
</style>
background-color css
<style>
a { background-color: #255FD5; }
a { background-color: rgb(37,95,213); }
div.DivClassName
{
background-color: #255FD5;
}
.BgClassName
{
background-color: #255FD5;
}
</style>
border-color css
<style>
span { border-color: #255FD5; }
span { border-color: rgb(37,95,213); }
td.TdClassName
{
border-color: #255FD5;
}
.TagClassName
{
border-color: #255FD5;
}
</style>