Shades of Cerulean Blue #255BD0
Tints of Cerulean Blue #255BD0
RGB
CMYK
RGB Variations
Color information
#255BD0 (or 0x255BD0) is known color: Cerulean Blue. HEX triplet: 25, 5B and D0. RGB value is (37,91,208). Sum of RGB (Red+Green+Blue) = 37+91+208=336 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.01% from 336); Green value is 91 (35.94% from 255 or 27.08% from 336); Blue value is 208 (81.64% from 255 or 61.90% from 336); Max value from RGB is 208 - color contains mainly: blue. Hex color #255BD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255BD0 is #DAA42F. Grayscale: #575757. Windows color (decimal): -14328880 or 13654821. OLE color: 13654821.
HSL color Cylindrical-coordinate representation of color #255BD0: hue angle of 221.05º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #255BD0 is Cyan = 0.82, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 37 | 91 | 208 | - |
| CMYK | 0.82 | 0.56 | 0 | 0.18 |
| HSL | 221.05º | 0.7% | 0.48% | - |
| HSV(B) | 221.05º | 0.82% | 0.82% | - |
| XYZ | 15.89 | 12.43 | 61.24 | - |
| YUV | 88.19 | 195.61 | 91.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 91 | 208 | 0.82 | 0.56 | 0 | 0.18 | 221.05 | 0.7 | 0.48 |
| Hex | 25 | 5B | D0 | 52 | 38 | 0 | 12 | DD | 46 | 30 |
| Octal | 45 | 133 | 320 | 122 | 70 | 0 | 22 | 335 | 106 | 60 |
| Binary | 100101 | 1011011 | 11010000 | 1010010 | 111000 | 0 | 10010 | 11011101 | 1000110 | 110000 |
Color Harmonies of #255BD0
Complementary color
Monochromatic Colors of #255BD0
Black with #255BD0
Text Example
Text Example
White with #255BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255BD0; }
p { color: rgb(37,91,208); }
H1.HeaderClassName
{
color: #255BD0;
}
.AnyTagClassName
{
color: #255BD0;
}
</style>
background-color css
<style>
a { background-color: #255BD0; }
a { background-color: rgb(37,91,208); }
div.DivClassName
{
background-color: #255BD0;
}
.BgClassName
{
background-color: #255BD0;
}
</style>
border-color css
<style>
span { border-color: #255BD0; }
span { border-color: rgb(37,91,208); }
td.TdClassName
{
border-color: #255BD0;
}
.TagClassName
{
border-color: #255BD0;
}
</style>