Shades of Cerulean Blue #255BC6
Tints of Cerulean Blue #255BC6
RGB
CMYK
RGB Variations
Color information
#255BC6 (or 0x255BC6) is known color: Cerulean Blue. HEX triplet: 25, 5B and C6. RGB value is (37,91,198). Sum of RGB (Red+Green+Blue) = 37+91+198=326 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.35% from 326); Green value is 91 (35.94% from 255 or 27.91% from 326); Blue value is 198 (77.73% from 255 or 60.74% from 326); Max value from RGB is 198 - color contains mainly: blue. Hex color #255BC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255BC6 is #DAA439. Grayscale: #565656. Windows color (decimal): -14328890 or 12999461. OLE color: 12999461.
HSL color Cylindrical-coordinate representation of color #255BC6: hue angle of 219.88º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #255BC6 is Cyan = 0.81, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 37 | 91 | 198 | - |
| CMYK | 0.81 | 0.54 | 0 | 0.22 |
| HSL | 219.88º | 0.69% | 0.46% | - |
| HSV(B) | 219.88º | 0.81% | 0.78% | - |
| XYZ | 14.7 | 11.95 | 54.96 | - |
| YUV | 87.05 | 190.61 | 92.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 91 | 198 | 0.81 | 0.54 | 0 | 0.22 | 219.88 | 0.69 | 0.46 |
| Hex | 25 | 5B | C6 | 51 | 36 | 0 | 16 | DC | 45 | 2E |
| Octal | 45 | 133 | 306 | 121 | 66 | 0 | 26 | 334 | 105 | 56 |
| Binary | 100101 | 1011011 | 11000110 | 1010001 | 110110 | 0 | 10110 | 11011100 | 1000101 | 101110 |
Color Harmonies of #255BC6
Complementary color
Monochromatic Colors of #255BC6
Black with #255BC6
Text Example
Text Example
White with #255BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255BC6; }
p { color: rgb(37,91,198); }
H1.HeaderClassName
{
color: #255BC6;
}
.AnyTagClassName
{
color: #255BC6;
}
</style>
background-color css
<style>
a { background-color: #255BC6; }
a { background-color: rgb(37,91,198); }
div.DivClassName
{
background-color: #255BC6;
}
.BgClassName
{
background-color: #255BC6;
}
</style>
border-color css
<style>
span { border-color: #255BC6; }
span { border-color: rgb(37,91,198); }
td.TdClassName
{
border-color: #255BC6;
}
.TagClassName
{
border-color: #255BC6;
}
</style>