Shades of Cerulean Blue #2855D7
Tints of Cerulean Blue #2855D7
RGB
CMYK
RGB Variations
Color information
#2855D7 (or 0x2855D7) is known color: Cerulean Blue. HEX triplet: 28, 55 and D7. RGB value is (40,85,215). Sum of RGB (Red+Green+Blue) = 40+85+215=340 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.76% from 340); Green value is 85 (33.59% from 255 or 25% from 340); Blue value is 215 (84.38% from 255 or 63.24% from 340); Max value from RGB is 215 - color contains mainly: blue. Hex color #2855D7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2855D7 is #D7AA28. Grayscale: #555555. Windows color (decimal): -14133801 or 14112040. OLE color: 14112040.
HSL color Cylindrical-coordinate representation of color #2855D7: hue angle of 224.57º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2855D7 is Cyan = 0.81, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 40 | 85 | 215 | - |
| CMYK | 0.81 | 0.60 | 0 | 0.16 |
| HSL | 224.57º | 0.69% | 0.5% | - |
| HSV(B) | 224.57º | 0.81% | 0.84% | - |
| XYZ | 16.39 | 11.85 | 65.71 | - |
| YUV | 86.37 | 200.59 | 94.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 85 | 215 | 0.81 | 0.60 | 0 | 0.16 | 224.57 | 0.69 | 0.5 |
| Hex | 28 | 55 | D7 | 51 | 3C | 0 | 10 | E1 | 45 | 32 |
| Octal | 50 | 125 | 327 | 121 | 74 | 0 | 20 | 341 | 105 | 62 |
| Binary | 101000 | 1010101 | 11010111 | 1010001 | 111100 | 0 | 10000 | 11100001 | 1000101 | 110010 |
Color Harmonies of #2855D7
Complementary color
Monochromatic Colors of #2855D7
Black with #2855D7
Text Example
Text Example
White with #2855D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2855D7; }
p { color: rgb(40,85,215); }
H1.HeaderClassName
{
color: #2855D7;
}
.AnyTagClassName
{
color: #2855D7;
}
</style>
background-color css
<style>
a { background-color: #2855D7; }
a { background-color: rgb(40,85,215); }
div.DivClassName
{
background-color: #2855D7;
}
.BgClassName
{
background-color: #2855D7;
}
</style>
border-color css
<style>
span { border-color: #2855D7; }
span { border-color: rgb(40,85,215); }
td.TdClassName
{
border-color: #2855D7;
}
.TagClassName
{
border-color: #2855D7;
}
</style>