Shades of Cerulean Blue #255AC6
Tints of Cerulean Blue #255AC6
RGB
CMYK
RGB Variations
Color information
#255AC6 (or 0x255AC6) is known color: Cerulean Blue. HEX triplet: 25, 5A and C6. RGB value is (37,90,198). Sum of RGB (Red+Green+Blue) = 37+90+198=325 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.38% from 325); Green value is 90 (35.55% from 255 or 27.69% from 325); Blue value is 198 (77.73% from 255 or 60.92% from 325); Max value from RGB is 198 - color contains mainly: blue. Hex color #255AC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255AC6 is #DAA539. Grayscale: #555555. Windows color (decimal): -14329146 or 12999205. OLE color: 12999205.
HSL color Cylindrical-coordinate representation of color #255AC6: hue angle of 220.25º 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 #255AC6 is Cyan = 0.81, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 37 | 90 | 198 | - |
| CMYK | 0.81 | 0.55 | 0 | 0.22 |
| HSL | 220.25º | 0.69% | 0.46% | - |
| HSV(B) | 220.25º | 0.81% | 0.78% | - |
| XYZ | 14.61 | 11.78 | 54.93 | - |
| YUV | 86.47 | 190.94 | 92.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 90 | 198 | 0.81 | 0.55 | 0 | 0.22 | 220.25 | 0.69 | 0.46 |
| Hex | 25 | 5A | C6 | 51 | 37 | 0 | 16 | DC | 45 | 2E |
| Octal | 45 | 132 | 306 | 121 | 67 | 0 | 26 | 334 | 105 | 56 |
| Binary | 100101 | 1011010 | 11000110 | 1010001 | 110111 | 0 | 10110 | 11011100 | 1000101 | 101110 |
Color Harmonies of #255AC6
Complementary color
Monochromatic Colors of #255AC6
Black with #255AC6
Text Example
Text Example
White with #255AC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255AC6; }
p { color: rgb(37,90,198); }
H1.HeaderClassName
{
color: #255AC6;
}
.AnyTagClassName
{
color: #255AC6;
}
</style>
background-color css
<style>
a { background-color: #255AC6; }
a { background-color: rgb(37,90,198); }
div.DivClassName
{
background-color: #255AC6;
}
.BgClassName
{
background-color: #255AC6;
}
</style>
border-color css
<style>
span { border-color: #255AC6; }
span { border-color: rgb(37,90,198); }
td.TdClassName
{
border-color: #255AC6;
}
.TagClassName
{
border-color: #255AC6;
}
</style>