Shades of Cerulean Blue #255DBB
Tints of Cerulean Blue #255DBB
RGB
CMYK
RGB Variations
Color information
#255DBB (or 0x255DBB) is known color: Cerulean Blue. HEX triplet: 25, 5D and BB. RGB value is (37,93,187). Sum of RGB (Red+Green+Blue) = 37+93+187=317 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.67% from 317); Green value is 93 (36.72% from 255 or 29.34% from 317); Blue value is 187 (73.44% from 255 or 58.99% from 317); Max value from RGB is 187 - color contains mainly: blue. Hex color #255DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255DBB is #DAA244. Grayscale: #565656. Windows color (decimal): -14328389 or 12279077. OLE color: 12279077.
HSL color Cylindrical-coordinate representation of color #255DBB: hue angle of 217.6º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #255DBB is Cyan = 0.80, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 37 | 93 | 187 | - |
| CMYK | 0.80 | 0.50 | 0 | 0.27 |
| HSL | 217.6º | 0.67% | 0.44% | - |
| HSV(B) | 217.6º | 0.8% | 0.73% | - |
| XYZ | 13.65 | 11.81 | 48.57 | - |
| YUV | 86.97 | 184.45 | 92.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 93 | 187 | 0.80 | 0.50 | 0 | 0.27 | 217.6 | 0.67 | 0.44 |
| Hex | 25 | 5D | BB | 50 | 32 | 0 | 1B | DA | 43 | 2C |
| Octal | 45 | 135 | 273 | 120 | 62 | 0 | 33 | 332 | 103 | 54 |
| Binary | 100101 | 1011101 | 10111011 | 1010000 | 110010 | 0 | 11011 | 11011010 | 1000011 | 101100 |
Color Harmonies of #255DBB
Complementary color
Monochromatic Colors of #255DBB
Black with #255DBB
Text Example
Text Example
White with #255DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255DBB; }
p { color: rgb(37,93,187); }
H1.HeaderClassName
{
color: #255DBB;
}
.AnyTagClassName
{
color: #255DBB;
}
</style>
background-color css
<style>
a { background-color: #255DBB; }
a { background-color: rgb(37,93,187); }
div.DivClassName
{
background-color: #255DBB;
}
.BgClassName
{
background-color: #255DBB;
}
</style>
border-color css
<style>
span { border-color: #255DBB; }
span { border-color: rgb(37,93,187); }
td.TdClassName
{
border-color: #255DBB;
}
.TagClassName
{
border-color: #255DBB;
}
</style>