Shades of Cerulean Blue #255FBF
Tints of Cerulean Blue #255FBF
RGB
CMYK
RGB Variations
Color information
#255FBF (or 0x255FBF) is known color: Cerulean Blue. HEX triplet: 25, 5F and BF. RGB value is (37,95,191). Sum of RGB (Red+Green+Blue) = 37+95+191=323 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.46% from 323); Green value is 95 (37.5% from 255 or 29.41% from 323); Blue value is 191 (75% from 255 or 59.13% from 323); Max value from RGB is 191 - color contains mainly: blue. Hex color #255FBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255FBF is #DAA040. Grayscale: #585858. Windows color (decimal): -14327873 or 12541733. OLE color: 12541733.
HSL color Cylindrical-coordinate representation of color #255FBF: hue angle of 217.4º 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 #255FBF is Cyan = 0.81, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 37 | 95 | 191 | - |
| CMYK | 0.81 | 0.50 | 0 | 0.25 |
| HSL | 217.4º | 0.68% | 0.45% | - |
| HSV(B) | 217.4º | 0.81% | 0.75% | - |
| XYZ | 14.26 | 12.34 | 50.92 | - |
| YUV | 88.6 | 185.78 | 91.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 95 | 191 | 0.81 | 0.50 | 0 | 0.25 | 217.4 | 0.68 | 0.45 |
| Hex | 25 | 5F | BF | 51 | 32 | 0 | 19 | D9 | 44 | 2D |
| Octal | 45 | 137 | 277 | 121 | 62 | 0 | 31 | 331 | 104 | 55 |
| Binary | 100101 | 1011111 | 10111111 | 1010001 | 110010 | 0 | 11001 | 11011001 | 1000100 | 101101 |
Color Harmonies of #255FBF
Complementary color
Monochromatic Colors of #255FBF
Black with #255FBF
Text Example
Text Example
White with #255FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255FBF; }
p { color: rgb(37,95,191); }
H1.HeaderClassName
{
color: #255FBF;
}
.AnyTagClassName
{
color: #255FBF;
}
</style>
background-color css
<style>
a { background-color: #255FBF; }
a { background-color: rgb(37,95,191); }
div.DivClassName
{
background-color: #255FBF;
}
.BgClassName
{
background-color: #255FBF;
}
</style>
border-color css
<style>
span { border-color: #255FBF; }
span { border-color: rgb(37,95,191); }
td.TdClassName
{
border-color: #255FBF;
}
.TagClassName
{
border-color: #255FBF;
}
</style>