Shades of Cerulean Blue #255BC8
Tints of Cerulean Blue #255BC8
RGB
CMYK
RGB Variations
Color information
#255BC8 (or 0x255BC8) is known color: Cerulean Blue. HEX triplet: 25, 5B and C8. RGB value is (37,91,200). Sum of RGB (Red+Green+Blue) = 37+91+200=328 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.28% from 328); Green value is 91 (35.94% from 255 or 27.74% from 328); Blue value is 200 (78.52% from 255 or 60.98% from 328); Max value from RGB is 200 - color contains mainly: blue. Hex color #255BC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255BC8 is #DAA437. Grayscale: #565656. Windows color (decimal): -14328888 or 13130533. OLE color: 13130533.
HSL color Cylindrical-coordinate representation of color #255BC8: hue angle of 220.12º 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 #255BC8 is Cyan = 0.82, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 37 | 91 | 200 | - |
| CMYK | 0.82 | 0.54 | 0 | 0.22 |
| HSL | 220.12º | 0.69% | 0.46% | - |
| HSV(B) | 220.12º | 0.82% | 0.78% | - |
| XYZ | 14.93 | 12.05 | 56.18 | - |
| YUV | 87.28 | 191.61 | 92.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 91 | 200 | 0.82 | 0.54 | 0 | 0.22 | 220.12 | 0.69 | 0.46 |
| Hex | 25 | 5B | C8 | 52 | 36 | 0 | 16 | DC | 45 | 2E |
| Octal | 45 | 133 | 310 | 122 | 66 | 0 | 26 | 334 | 105 | 56 |
| Binary | 100101 | 1011011 | 11001000 | 1010010 | 110110 | 0 | 10110 | 11011100 | 1000101 | 101110 |
Color Harmonies of #255BC8
Complementary color
Monochromatic Colors of #255BC8
Black with #255BC8
Text Example
Text Example
White with #255BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255BC8; }
p { color: rgb(37,91,200); }
H1.HeaderClassName
{
color: #255BC8;
}
.AnyTagClassName
{
color: #255BC8;
}
</style>
background-color css
<style>
a { background-color: #255BC8; }
a { background-color: rgb(37,91,200); }
div.DivClassName
{
background-color: #255BC8;
}
.BgClassName
{
background-color: #255BC8;
}
</style>
border-color css
<style>
span { border-color: #255BC8; }
span { border-color: rgb(37,91,200); }
td.TdClassName
{
border-color: #255BC8;
}
.TagClassName
{
border-color: #255BC8;
}
</style>