Shades of Cerulean Blue #255ACC
Tints of Cerulean Blue #255ACC
RGB
CMYK
RGB Variations
Color information
#255ACC (or 0x255ACC) is known color: Cerulean Blue. HEX triplet: 25, 5A and CC. RGB value is (37,90,204). Sum of RGB (Red+Green+Blue) = 37+90+204=331 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.18% from 331); Green value is 90 (35.55% from 255 or 27.19% from 331); Blue value is 204 (80.08% from 255 or 61.63% from 331); Max value from RGB is 204 - color contains mainly: blue. Hex color #255ACC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255ACC is #DAA533. Grayscale: #565656. Windows color (decimal): -14329140 or 13392421. OLE color: 13392421.
HSL color Cylindrical-coordinate representation of color #255ACC: hue angle of 220.96º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #255ACC is Cyan = 0.82, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 37 | 90 | 204 | - |
| CMYK | 0.82 | 0.56 | 0 | 0.2 |
| HSL | 220.96º | 0.69% | 0.47% | - |
| HSV(B) | 220.96º | 0.82% | 0.8% | - |
| XYZ | 15.32 | 12.07 | 58.65 | - |
| YUV | 87.15 | 193.94 | 92.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 90 | 204 | 0.82 | 0.56 | 0 | 0.2 | 220.96 | 0.69 | 0.47 |
| Hex | 25 | 5A | CC | 52 | 38 | 0 | 14 | DD | 45 | 2F |
| Octal | 45 | 132 | 314 | 122 | 70 | 0 | 24 | 335 | 105 | 57 |
| Binary | 100101 | 1011010 | 11001100 | 1010010 | 111000 | 0 | 10100 | 11011101 | 1000101 | 101111 |
Color Harmonies of #255ACC
Complementary color
Monochromatic Colors of #255ACC
Black with #255ACC
Text Example
Text Example
White with #255ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255ACC; }
p { color: rgb(37,90,204); }
H1.HeaderClassName
{
color: #255ACC;
}
.AnyTagClassName
{
color: #255ACC;
}
</style>
background-color css
<style>
a { background-color: #255ACC; }
a { background-color: rgb(37,90,204); }
div.DivClassName
{
background-color: #255ACC;
}
.BgClassName
{
background-color: #255ACC;
}
</style>
border-color css
<style>
span { border-color: #255ACC; }
span { border-color: rgb(37,90,204); }
td.TdClassName
{
border-color: #255ACC;
}
.TagClassName
{
border-color: #255ACC;
}
</style>