Shades of Cerulean Blue #255CCD
Tints of Cerulean Blue #255CCD
RGB
CMYK
RGB Variations
Color information
#255CCD (or 0x255CCD) is known color: Cerulean Blue. HEX triplet: 25, 5C and CD. RGB value is (37,92,205). Sum of RGB (Red+Green+Blue) = 37+92+205=334 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.08% from 334); Green value is 92 (36.33% from 255 or 27.54% from 334); Blue value is 205 (80.47% from 255 or 61.38% from 334); Max value from RGB is 205 - color contains mainly: blue. Hex color #255CCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #255CCD is #DAA332. Grayscale: #575757. Windows color (decimal): -14328627 or 13458469. OLE color: 13458469.
HSL color Cylindrical-coordinate representation of color #255CCD: hue angle of 220.36º 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 #255CCD is Cyan = 0.82, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 37 | 92 | 205 | - |
| CMYK | 0.82 | 0.55 | 0 | 0.20 |
| HSL | 220.36º | 0.69% | 0.47% | - |
| HSV(B) | 220.36º | 0.82% | 0.8% | - |
| XYZ | 15.61 | 12.46 | 59.34 | - |
| YUV | 88.44 | 193.78 | 91.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 92 | 205 | 0.82 | 0.55 | 0 | 0.20 | 220.36 | 0.69 | 0.47 |
| Hex | 25 | 5C | CD | 52 | 37 | 0 | 14 | DC | 45 | 2F |
| Octal | 45 | 134 | 315 | 122 | 67 | 0 | 24 | 334 | 105 | 57 |
| Binary | 100101 | 1011100 | 11001101 | 1010010 | 110111 | 0 | 10100 | 11011100 | 1000101 | 101111 |
Color Harmonies of #255CCD
Complementary color
Monochromatic Colors of #255CCD
Black with #255CCD
Text Example
Text Example
White with #255CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #255CCD; }
p { color: rgb(37,92,205); }
H1.HeaderClassName
{
color: #255CCD;
}
.AnyTagClassName
{
color: #255CCD;
}
</style>
background-color css
<style>
a { background-color: #255CCD; }
a { background-color: rgb(37,92,205); }
div.DivClassName
{
background-color: #255CCD;
}
.BgClassName
{
background-color: #255CCD;
}
</style>
border-color css
<style>
span { border-color: #255CCD; }
span { border-color: rgb(37,92,205); }
td.TdClassName
{
border-color: #255CCD;
}
.TagClassName
{
border-color: #255CCD;
}
</style>