Shades of Cerulean Blue #255DC9
Tints of Cerulean Blue #255DC9
RGB
CMYK
RGB Variations
Color information
#255DC9 (or 0x255DC9) is known color: Cerulean Blue. HEX triplet: 25, 5D and C9. RGB value is (37,93,201). Sum of RGB (Red+Green+Blue) = 37+93+201=331 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.18% from 331); Green value is 93 (36.72% from 255 or 28.10% from 331); Blue value is 201 (78.91% from 255 or 60.73% from 331); Max value from RGB is 201 - color contains mainly: blue. Hex color #255DC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255DC9 is #DAA236. Grayscale: #585858. Windows color (decimal): -14328375 or 13196581. OLE color: 13196581.
HSL color Cylindrical-coordinate representation of color #255DC9: hue angle of 219.51º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #255DC9 is Cyan = 0.82, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 37 | 93 | 201 | - |
| CMYK | 0.82 | 0.54 | 0 | 0.21 |
| HSL | 219.51º | 0.69% | 0.47% | - |
| HSV(B) | 219.51º | 0.82% | 0.79% | - |
| XYZ | 15.22 | 12.44 | 56.86 | - |
| YUV | 88.57 | 191.45 | 91.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 93 | 201 | 0.82 | 0.54 | 0 | 0.21 | 219.51 | 0.69 | 0.47 |
| Hex | 25 | 5D | C9 | 52 | 36 | 0 | 15 | DC | 45 | 2F |
| Octal | 45 | 135 | 311 | 122 | 66 | 0 | 25 | 334 | 105 | 57 |
| Binary | 100101 | 1011101 | 11001001 | 1010010 | 110110 | 0 | 10101 | 11011100 | 1000101 | 101111 |
Color Harmonies of #255DC9
Complementary color
Monochromatic Colors of #255DC9
Black with #255DC9
Text Example
Text Example
White with #255DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255DC9; }
p { color: rgb(37,93,201); }
H1.HeaderClassName
{
color: #255DC9;
}
.AnyTagClassName
{
color: #255DC9;
}
</style>
background-color css
<style>
a { background-color: #255DC9; }
a { background-color: rgb(37,93,201); }
div.DivClassName
{
background-color: #255DC9;
}
.BgClassName
{
background-color: #255DC9;
}
</style>
border-color css
<style>
span { border-color: #255DC9; }
span { border-color: rgb(37,93,201); }
td.TdClassName
{
border-color: #255DC9;
}
.TagClassName
{
border-color: #255DC9;
}
</style>