Shades of Cerulean Blue #255FCE
Tints of Cerulean Blue #255FCE
RGB
CMYK
RGB Variations
Color information
#255FCE (or 0x255FCE) is known color: Cerulean Blue. HEX triplet: 25, 5F and CE. RGB value is (37,95,206). Sum of RGB (Red+Green+Blue) = 37+95+206=338 (44% of max value = 765). Red value is 37 (14.84% from 255 or 10.95% from 338); Green value is 95 (37.5% from 255 or 28.11% from 338); Blue value is 206 (80.86% from 255 or 60.95% from 338); Max value from RGB is 206 - color contains mainly: blue. Hex color #255FCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255FCE is #DAA031. Grayscale: #595959. Windows color (decimal): -14327858 or 13524773. OLE color: 13524773.
HSL color Cylindrical-coordinate representation of color #255FCE: hue angle of 219.41º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #255FCE is Cyan = 0.82, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 37 | 95 | 206 | - |
| CMYK | 0.82 | 0.54 | 0 | 0.19 |
| HSL | 219.41º | 0.7% | 0.48% | - |
| HSV(B) | 219.41º | 0.82% | 0.81% | - |
| XYZ | 16 | 13.03 | 60.07 | - |
| YUV | 90.31 | 193.28 | 89.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 95 | 206 | 0.82 | 0.54 | 0 | 0.19 | 219.41 | 0.7 | 0.48 |
| Hex | 25 | 5F | CE | 52 | 36 | 0 | 13 | DB | 46 | 30 |
| Octal | 45 | 137 | 316 | 122 | 66 | 0 | 23 | 333 | 106 | 60 |
| Binary | 100101 | 1011111 | 11001110 | 1010010 | 110110 | 0 | 10011 | 11011011 | 1000110 | 110000 |
Color Harmonies of #255FCE
Complementary color
Monochromatic Colors of #255FCE
Black with #255FCE
Text Example
Text Example
White with #255FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255FCE; }
p { color: rgb(37,95,206); }
H1.HeaderClassName
{
color: #255FCE;
}
.AnyTagClassName
{
color: #255FCE;
}
</style>
background-color css
<style>
a { background-color: #255FCE; }
a { background-color: rgb(37,95,206); }
div.DivClassName
{
background-color: #255FCE;
}
.BgClassName
{
background-color: #255FCE;
}
</style>
border-color css
<style>
span { border-color: #255FCE; }
span { border-color: rgb(37,95,206); }
td.TdClassName
{
border-color: #255FCE;
}
.TagClassName
{
border-color: #255FCE;
}
</style>