Shades of Cerulean Blue #255AD6
Tints of Cerulean Blue #255AD6
RGB
CMYK
RGB Variations
Color information
#255AD6 (or 0x255AD6) is known color: Cerulean Blue. HEX triplet: 25, 5A and D6. RGB value is (37,90,214). Sum of RGB (Red+Green+Blue) = 37+90+214=341 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.85% from 341); Green value is 90 (35.55% from 255 or 26.39% from 341); Blue value is 214 (83.98% from 255 or 62.76% from 341); Max value from RGB is 214 - color contains mainly: blue. Hex color #255AD6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255AD6 is #DAA529. Grayscale: #575757. Windows color (decimal): -14329130 or 14047781. OLE color: 14047781.
HSL color Cylindrical-coordinate representation of color #255AD6: hue angle of 222.03º 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 #255AD6 is Cyan = 0.83, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 37 | 90 | 214 | - |
| CMYK | 0.83 | 0.58 | 0 | 0.16 |
| HSL | 222.03º | 0.71% | 0.49% | - |
| HSV(B) | 222.03º | 0.83% | 0.84% | - |
| XYZ | 16.56 | 12.56 | 65.17 | - |
| YUV | 88.29 | 198.94 | 91.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 90 | 214 | 0.83 | 0.58 | 0 | 0.16 | 222.03 | 0.71 | 0.49 |
| Hex | 25 | 5A | D6 | 53 | 3A | 0 | 10 | DE | 47 | 31 |
| Octal | 45 | 132 | 326 | 123 | 72 | 0 | 20 | 336 | 107 | 61 |
| Binary | 100101 | 1011010 | 11010110 | 1010011 | 111010 | 0 | 10000 | 11011110 | 1000111 | 110001 |
Color Harmonies of #255AD6
Complementary color
Monochromatic Colors of #255AD6
Black with #255AD6
Text Example
Text Example
White with #255AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255AD6; }
p { color: rgb(37,90,214); }
H1.HeaderClassName
{
color: #255AD6;
}
.AnyTagClassName
{
color: #255AD6;
}
</style>
background-color css
<style>
a { background-color: #255AD6; }
a { background-color: rgb(37,90,214); }
div.DivClassName
{
background-color: #255AD6;
}
.BgClassName
{
background-color: #255AD6;
}
</style>
border-color css
<style>
span { border-color: #255AD6; }
span { border-color: rgb(37,90,214); }
td.TdClassName
{
border-color: #255AD6;
}
.TagClassName
{
border-color: #255AD6;
}
</style>