Shades of Cerulean Blue #255DBF
Tints of Cerulean Blue #255DBF
RGB
CMYK
RGB Variations
Color information
#255DBF (or 0x255DBF) is known color: Cerulean Blue. HEX triplet: 25, 5D and BF. RGB value is (37,93,191). Sum of RGB (Red+Green+Blue) = 37+93+191=321 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.53% from 321); Green value is 93 (36.72% from 255 or 28.97% from 321); Blue value is 191 (75% from 255 or 59.50% from 321); Max value from RGB is 191 - color contains mainly: blue. Hex color #255DBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255DBF is #DAA240. Grayscale: #565656. Windows color (decimal): -14328385 or 12541221. OLE color: 12541221.
HSL color Cylindrical-coordinate representation of color #255DBF: hue angle of 218.18º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #255DBF is Cyan = 0.81, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 37 | 93 | 191 | - |
| CMYK | 0.81 | 0.51 | 0 | 0.25 |
| HSL | 218.18º | 0.68% | 0.45% | - |
| HSV(B) | 218.18º | 0.81% | 0.75% | - |
| XYZ | 14.08 | 11.98 | 50.86 | - |
| YUV | 87.43 | 186.45 | 92.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 93 | 191 | 0.81 | 0.51 | 0 | 0.25 | 218.18 | 0.68 | 0.45 |
| Hex | 25 | 5D | BF | 51 | 33 | 0 | 19 | DA | 44 | 2D |
| Octal | 45 | 135 | 277 | 121 | 63 | 0 | 31 | 332 | 104 | 55 |
| Binary | 100101 | 1011101 | 10111111 | 1010001 | 110011 | 0 | 11001 | 11011010 | 1000100 | 101101 |
Color Harmonies of #255DBF
Complementary color
Monochromatic Colors of #255DBF
Black with #255DBF
Text Example
Text Example
White with #255DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255DBF; }
p { color: rgb(37,93,191); }
H1.HeaderClassName
{
color: #255DBF;
}
.AnyTagClassName
{
color: #255DBF;
}
</style>
background-color css
<style>
a { background-color: #255DBF; }
a { background-color: rgb(37,93,191); }
div.DivClassName
{
background-color: #255DBF;
}
.BgClassName
{
background-color: #255DBF;
}
</style>
border-color css
<style>
span { border-color: #255DBF; }
span { border-color: rgb(37,93,191); }
td.TdClassName
{
border-color: #255DBF;
}
.TagClassName
{
border-color: #255DBF;
}
</style>