Shades of Cerulean Blue #255FBE
Tints of Cerulean Blue #255FBE
RGB
CMYK
RGB Variations
Color information
#255FBE (or 0x255FBE) is known color: Cerulean Blue. HEX triplet: 25, 5F and BE. RGB value is (37,95,190). Sum of RGB (Red+Green+Blue) = 37+95+190=322 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.49% from 322); Green value is 95 (37.5% from 255 or 29.50% from 322); Blue value is 190 (74.61% from 255 or 59.01% from 322); Max value from RGB is 190 - color contains mainly: blue. Hex color #255FBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255FBE is #DAA041. Grayscale: #585858. Windows color (decimal): -14327874 or 12476197. OLE color: 12476197.
HSL color Cylindrical-coordinate representation of color #255FBE: hue angle of 217.25º degrees, saturation: 0.67, 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 #255FBE is Cyan = 0.81, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 37 | 95 | 190 | - |
| CMYK | 0.81 | 0.5 | 0 | 0.25 |
| HSL | 217.25º | 0.67% | 0.45% | - |
| HSV(B) | 217.25º | 0.81% | 0.75% | - |
| XYZ | 14.15 | 12.3 | 50.34 | - |
| YUV | 88.49 | 185.28 | 91.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 95 | 190 | 0.81 | 0.5 | 0 | 0.25 | 217.25 | 0.67 | 0.45 |
| Hex | 25 | 5F | BE | 51 | 32 | 0 | 19 | D9 | 43 | 2D |
| Octal | 45 | 137 | 276 | 121 | 62 | 0 | 31 | 331 | 103 | 55 |
| Binary | 100101 | 1011111 | 10111110 | 1010001 | 110010 | 0 | 11001 | 11011001 | 1000011 | 101101 |
Color Harmonies of #255FBE
Complementary color
Monochromatic Colors of #255FBE
Black with #255FBE
Text Example
Text Example
White with #255FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255FBE; }
p { color: rgb(37,95,190); }
H1.HeaderClassName
{
color: #255FBE;
}
.AnyTagClassName
{
color: #255FBE;
}
</style>
background-color css
<style>
a { background-color: #255FBE; }
a { background-color: rgb(37,95,190); }
div.DivClassName
{
background-color: #255FBE;
}
.BgClassName
{
background-color: #255FBE;
}
</style>
border-color css
<style>
span { border-color: #255FBE; }
span { border-color: rgb(37,95,190); }
td.TdClassName
{
border-color: #255FBE;
}
.TagClassName
{
border-color: #255FBE;
}
</style>