Shades of Cerulean Blue #255DCE
Tints of Cerulean Blue #255DCE
RGB
CMYK
RGB Variations
Color information
#255DCE (or 0x255DCE) is known color: Cerulean Blue. HEX triplet: 25, 5D and CE. RGB value is (37,93,206). Sum of RGB (Red+Green+Blue) = 37+93+206=336 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.01% from 336); Green value is 93 (36.72% from 255 or 27.68% from 336); Blue value is 206 (80.86% from 255 or 61.31% from 336); Max value from RGB is 206 - color contains mainly: blue. Hex color #255DCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255DCE is #DAA231. Grayscale: #585858. Windows color (decimal): -14328370 or 13524261. OLE color: 13524261.
HSL color Cylindrical-coordinate representation of color #255DCE: hue angle of 220.12º 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 #255DCE is Cyan = 0.82, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 37 | 93 | 206 | - |
| CMYK | 0.82 | 0.55 | 0 | 0.19 |
| HSL | 220.12º | 0.7% | 0.48% | - |
| HSV(B) | 220.12º | 0.82% | 0.81% | - |
| XYZ | 15.82 | 12.68 | 60.01 | - |
| YUV | 89.14 | 193.95 | 90.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 93 | 206 | 0.82 | 0.55 | 0 | 0.19 | 220.12 | 0.7 | 0.48 |
| Hex | 25 | 5D | CE | 52 | 37 | 0 | 13 | DC | 46 | 30 |
| Octal | 45 | 135 | 316 | 122 | 67 | 0 | 23 | 334 | 106 | 60 |
| Binary | 100101 | 1011101 | 11001110 | 1010010 | 110111 | 0 | 10011 | 11011100 | 1000110 | 110000 |
Color Harmonies of #255DCE
Complementary color
Monochromatic Colors of #255DCE
Black with #255DCE
Text Example
Text Example
White with #255DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255DCE; }
p { color: rgb(37,93,206); }
H1.HeaderClassName
{
color: #255DCE;
}
.AnyTagClassName
{
color: #255DCE;
}
</style>
background-color css
<style>
a { background-color: #255DCE; }
a { background-color: rgb(37,93,206); }
div.DivClassName
{
background-color: #255DCE;
}
.BgClassName
{
background-color: #255DCE;
}
</style>
border-color css
<style>
span { border-color: #255DCE; }
span { border-color: rgb(37,93,206); }
td.TdClassName
{
border-color: #255DCE;
}
.TagClassName
{
border-color: #255DCE;
}
</style>