Shades of Cerulean Blue #255CBF
Tints of Cerulean Blue #255CBF
RGB
CMYK
RGB Variations
Color information
#255CBF (or 0x255CBF) is known color: Cerulean Blue. HEX triplet: 25, 5C and BF. RGB value is (37,92,191). Sum of RGB (Red+Green+Blue) = 37+92+191=320 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.56% from 320); Green value is 92 (36.33% from 255 or 28.75% from 320); Blue value is 191 (75% from 255 or 59.69% from 320); Max value from RGB is 191 - color contains mainly: blue. Hex color #255CBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255CBF is #DAA340. Grayscale: #565656. Windows color (decimal): -14328641 or 12540965. OLE color: 12540965.
HSL color Cylindrical-coordinate representation of color #255CBF: hue angle of 218.57º 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 #255CBF is Cyan = 0.81, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 37 | 92 | 191 | - |
| CMYK | 0.81 | 0.52 | 0 | 0.25 |
| HSL | 218.57º | 0.68% | 0.45% | - |
| HSV(B) | 218.57º | 0.81% | 0.75% | - |
| XYZ | 13.99 | 11.81 | 50.83 | - |
| YUV | 86.84 | 186.78 | 92.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 92 | 191 | 0.81 | 0.52 | 0 | 0.25 | 218.57 | 0.68 | 0.45 |
| Hex | 25 | 5C | BF | 51 | 34 | 0 | 19 | DB | 44 | 2D |
| Octal | 45 | 134 | 277 | 121 | 64 | 0 | 31 | 333 | 104 | 55 |
| Binary | 100101 | 1011100 | 10111111 | 1010001 | 110100 | 0 | 11001 | 11011011 | 1000100 | 101101 |
Color Harmonies of #255CBF
Complementary color
Monochromatic Colors of #255CBF
Black with #255CBF
Text Example
Text Example
White with #255CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255CBF; }
p { color: rgb(37,92,191); }
H1.HeaderClassName
{
color: #255CBF;
}
.AnyTagClassName
{
color: #255CBF;
}
</style>
background-color css
<style>
a { background-color: #255CBF; }
a { background-color: rgb(37,92,191); }
div.DivClassName
{
background-color: #255CBF;
}
.BgClassName
{
background-color: #255CBF;
}
</style>
border-color css
<style>
span { border-color: #255CBF; }
span { border-color: rgb(37,92,191); }
td.TdClassName
{
border-color: #255CBF;
}
.TagClassName
{
border-color: #255CBF;
}
</style>