Shades of Cerulean Blue #255CCC
Tints of Cerulean Blue #255CCC
RGB
CMYK
RGB Variations
Color information
#255CCC (or 0x255CCC) is known color: Cerulean Blue. HEX triplet: 25, 5C and CC. RGB value is (37,92,204). Sum of RGB (Red+Green+Blue) = 37+92+204=333 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.11% from 333); Green value is 92 (36.33% from 255 or 27.63% from 333); Blue value is 204 (80.08% from 255 or 61.26% from 333); Max value from RGB is 204 - color contains mainly: blue. Hex color #255CCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255CCC is #DAA333. Grayscale: #575757. Windows color (decimal): -14328628 or 13392933. OLE color: 13392933.
HSL color Cylindrical-coordinate representation of color #255CCC: hue angle of 220.24º 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 #255CCC is Cyan = 0.82, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 37 | 92 | 204 | - |
| CMYK | 0.82 | 0.55 | 0 | 0.2 |
| HSL | 220.24º | 0.69% | 0.47% | - |
| HSV(B) | 220.24º | 0.82% | 0.8% | - |
| XYZ | 15.49 | 12.41 | 58.71 | - |
| YUV | 88.32 | 193.28 | 91.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 92 | 204 | 0.82 | 0.55 | 0 | 0.2 | 220.24 | 0.69 | 0.47 |
| Hex | 25 | 5C | CC | 52 | 37 | 0 | 14 | DC | 45 | 2F |
| Octal | 45 | 134 | 314 | 122 | 67 | 0 | 24 | 334 | 105 | 57 |
| Binary | 100101 | 1011100 | 11001100 | 1010010 | 110111 | 0 | 10100 | 11011100 | 1000101 | 101111 |
Color Harmonies of #255CCC
Complementary color
Monochromatic Colors of #255CCC
Black with #255CCC
Text Example
Text Example
White with #255CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255CCC; }
p { color: rgb(37,92,204); }
H1.HeaderClassName
{
color: #255CCC;
}
.AnyTagClassName
{
color: #255CCC;
}
</style>
background-color css
<style>
a { background-color: #255CCC; }
a { background-color: rgb(37,92,204); }
div.DivClassName
{
background-color: #255CCC;
}
.BgClassName
{
background-color: #255CCC;
}
</style>
border-color css
<style>
span { border-color: #255CCC; }
span { border-color: rgb(37,92,204); }
td.TdClassName
{
border-color: #255CCC;
}
.TagClassName
{
border-color: #255CCC;
}
</style>