Shades of Cerulean Blue #255FD6
Tints of Cerulean Blue #255FD6
RGB
CMYK
RGB Variations
Color information
#255FD6 (or 0x255FD6) is known color: Cerulean Blue. HEX triplet: 25, 5F and D6. RGB value is (37,95,214). Sum of RGB (Red+Green+Blue) = 37+95+214=346 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.69% from 346); Green value is 95 (37.5% from 255 or 27.46% from 346); Blue value is 214 (83.98% from 255 or 61.85% from 346); Max value from RGB is 214 - color contains mainly: blue. Hex color #255FD6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255FD6 is #DAA029. Grayscale: #5A5A5A. Windows color (decimal): -14327850 or 14049061. OLE color: 14049061.
HSL color Cylindrical-coordinate representation of color #255FD6: hue angle of 220.34º degrees, saturation: 0.71, 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 #255FD6 is Cyan = 0.83, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 37 | 95 | 214 | - |
| CMYK | 0.83 | 0.56 | 0 | 0.16 |
| HSL | 220.34º | 0.71% | 0.49% | - |
| HSV(B) | 220.34º | 0.83% | 0.84% | - |
| XYZ | 16.99 | 13.43 | 65.32 | - |
| YUV | 91.22 | 197.28 | 89.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 95 | 214 | 0.83 | 0.56 | 0 | 0.16 | 220.34 | 0.71 | 0.49 |
| Hex | 25 | 5F | D6 | 53 | 38 | 0 | 10 | DC | 47 | 31 |
| Octal | 45 | 137 | 326 | 123 | 70 | 0 | 20 | 334 | 107 | 61 |
| Binary | 100101 | 1011111 | 11010110 | 1010011 | 111000 | 0 | 10000 | 11011100 | 1000111 | 110001 |
Color Harmonies of #255FD6
Complementary color
Monochromatic Colors of #255FD6
Black with #255FD6
Text Example
Text Example
White with #255FD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255FD6; }
p { color: rgb(37,95,214); }
H1.HeaderClassName
{
color: #255FD6;
}
.AnyTagClassName
{
color: #255FD6;
}
</style>
background-color css
<style>
a { background-color: #255FD6; }
a { background-color: rgb(37,95,214); }
div.DivClassName
{
background-color: #255FD6;
}
.BgClassName
{
background-color: #255FD6;
}
</style>
border-color css
<style>
span { border-color: #255FD6; }
span { border-color: rgb(37,95,214); }
td.TdClassName
{
border-color: #255FD6;
}
.TagClassName
{
border-color: #255FD6;
}
</style>