Shades of Cerulean Blue #255FC9
Tints of Cerulean Blue #255FC9
RGB
CMYK
RGB Variations
Color information
#255FC9 (or 0x255FC9) is known color: Cerulean Blue. HEX triplet: 25, 5F and C9. RGB value is (37,95,201). Sum of RGB (Red+Green+Blue) = 37+95+201=333 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.11% from 333); Green value is 95 (37.5% from 255 or 28.53% from 333); Blue value is 201 (78.91% from 255 or 60.36% from 333); Max value from RGB is 201 - color contains mainly: blue. Hex color #255FC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255FC9 is #DAA036. Grayscale: #595959. Windows color (decimal): -14327863 or 13197093. OLE color: 13197093.
HSL color Cylindrical-coordinate representation of color #255FC9: hue angle of 218.78º 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 #255FC9 is Cyan = 0.82, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 37 | 95 | 201 | - |
| CMYK | 0.82 | 0.53 | 0 | 0.21 |
| HSL | 218.78º | 0.69% | 0.47% | - |
| HSV(B) | 218.78º | 0.82% | 0.79% | - |
| XYZ | 15.4 | 12.79 | 56.92 | - |
| YUV | 89.74 | 190.78 | 90.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 95 | 201 | 0.82 | 0.53 | 0 | 0.21 | 218.78 | 0.69 | 0.47 |
| Hex | 25 | 5F | C9 | 52 | 35 | 0 | 15 | DB | 45 | 2F |
| Octal | 45 | 137 | 311 | 122 | 65 | 0 | 25 | 333 | 105 | 57 |
| Binary | 100101 | 1011111 | 11001001 | 1010010 | 110101 | 0 | 10101 | 11011011 | 1000101 | 101111 |
Color Harmonies of #255FC9
Complementary color
Monochromatic Colors of #255FC9
Black with #255FC9
Text Example
Text Example
White with #255FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255FC9; }
p { color: rgb(37,95,201); }
H1.HeaderClassName
{
color: #255FC9;
}
.AnyTagClassName
{
color: #255FC9;
}
</style>
background-color css
<style>
a { background-color: #255FC9; }
a { background-color: rgb(37,95,201); }
div.DivClassName
{
background-color: #255FC9;
}
.BgClassName
{
background-color: #255FC9;
}
</style>
border-color css
<style>
span { border-color: #255FC9; }
span { border-color: rgb(37,95,201); }
td.TdClassName
{
border-color: #255FC9;
}
.TagClassName
{
border-color: #255FC9;
}
</style>