Shades of Cerulean Blue #255DBD
Tints of Cerulean Blue #255DBD
RGB
CMYK
RGB Variations
Color information
#255DBD (or 0x255DBD) is known color: Cerulean Blue. HEX triplet: 25, 5D and BD. RGB value is (37,93,189). Sum of RGB (Red+Green+Blue) = 37+93+189=319 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.60% from 319); Green value is 93 (36.72% from 255 or 29.15% from 319); Blue value is 189 (74.22% from 255 or 59.25% from 319); Max value from RGB is 189 - color contains mainly: blue. Hex color #255DBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255DBD is #DAA242. Grayscale: #565656. Windows color (decimal): -14328387 or 12410149. OLE color: 12410149.
HSL color Cylindrical-coordinate representation of color #255DBD: hue angle of 217.89º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #255DBD is Cyan = 0.80, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 37 | 93 | 189 | - |
| CMYK | 0.80 | 0.51 | 0 | 0.26 |
| HSL | 217.89º | 0.67% | 0.44% | - |
| HSV(B) | 217.89º | 0.8% | 0.74% | - |
| XYZ | 13.86 | 11.9 | 49.71 | - |
| YUV | 87.2 | 185.45 | 92.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 93 | 189 | 0.80 | 0.51 | 0 | 0.26 | 217.89 | 0.67 | 0.44 |
| Hex | 25 | 5D | BD | 50 | 33 | 0 | 1A | DA | 43 | 2C |
| Octal | 45 | 135 | 275 | 120 | 63 | 0 | 32 | 332 | 103 | 54 |
| Binary | 100101 | 1011101 | 10111101 | 1010000 | 110011 | 0 | 11010 | 11011010 | 1000011 | 101100 |
Color Harmonies of #255DBD
Complementary color
Monochromatic Colors of #255DBD
Black with #255DBD
Text Example
Text Example
White with #255DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255DBD; }
p { color: rgb(37,93,189); }
H1.HeaderClassName
{
color: #255DBD;
}
.AnyTagClassName
{
color: #255DBD;
}
</style>
background-color css
<style>
a { background-color: #255DBD; }
a { background-color: rgb(37,93,189); }
div.DivClassName
{
background-color: #255DBD;
}
.BgClassName
{
background-color: #255DBD;
}
</style>
border-color css
<style>
span { border-color: #255DBD; }
span { border-color: rgb(37,93,189); }
td.TdClassName
{
border-color: #255DBD;
}
.TagClassName
{
border-color: #255DBD;
}
</style>