Shades of Cerulean Blue #255FCC
Tints of Cerulean Blue #255FCC
RGB
CMYK
RGB Variations
Color information
#255FCC (or 0x255FCC) is known color: Cerulean Blue. HEX triplet: 25, 5F and CC. RGB value is (37,95,204). Sum of RGB (Red+Green+Blue) = 37+95+204=336 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.01% from 336); Green value is 95 (37.5% from 255 or 28.27% from 336); Blue value is 204 (80.08% from 255 or 60.71% from 336); Max value from RGB is 204 - color contains mainly: blue. Hex color #255FCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255FCC is #DAA033. Grayscale: #595959. Windows color (decimal): -14327860 or 13393701. OLE color: 13393701.
HSL color Cylindrical-coordinate representation of color #255FCC: hue angle of 219.16º 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 #255FCC is Cyan = 0.82, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 37 | 95 | 204 | - |
| CMYK | 0.82 | 0.53 | 0 | 0.2 |
| HSL | 219.16º | 0.69% | 0.47% | - |
| HSV(B) | 219.16º | 0.82% | 0.8% | - |
| XYZ | 15.75 | 12.94 | 58.79 | - |
| YUV | 90.08 | 192.28 | 90.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 95 | 204 | 0.82 | 0.53 | 0 | 0.2 | 219.16 | 0.69 | 0.47 |
| Hex | 25 | 5F | CC | 52 | 35 | 0 | 14 | DB | 45 | 2F |
| Octal | 45 | 137 | 314 | 122 | 65 | 0 | 24 | 333 | 105 | 57 |
| Binary | 100101 | 1011111 | 11001100 | 1010010 | 110101 | 0 | 10100 | 11011011 | 1000101 | 101111 |
Color Harmonies of #255FCC
Complementary color
Monochromatic Colors of #255FCC
Black with #255FCC
Text Example
Text Example
White with #255FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255FCC; }
p { color: rgb(37,95,204); }
H1.HeaderClassName
{
color: #255FCC;
}
.AnyTagClassName
{
color: #255FCC;
}
</style>
background-color css
<style>
a { background-color: #255FCC; }
a { background-color: rgb(37,95,204); }
div.DivClassName
{
background-color: #255FCC;
}
.BgClassName
{
background-color: #255FCC;
}
</style>
border-color css
<style>
span { border-color: #255FCC; }
span { border-color: rgb(37,95,204); }
td.TdClassName
{
border-color: #255FCC;
}
.TagClassName
{
border-color: #255FCC;
}
</style>