Shades of Cerulean Blue #2851CF
Tints of Cerulean Blue #2851CF
RGB
CMYK
RGB Variations
Color information
#2851CF (or 0x2851CF) is known color: Cerulean Blue. HEX triplet: 28, 51 and CF. RGB value is (40,81,207). Sum of RGB (Red+Green+Blue) = 40+81+207=328 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.20% from 328); Green value is 81 (32.03% from 255 or 24.70% from 328); Blue value is 207 (81.25% from 255 or 63.11% from 328); Max value from RGB is 207 - color contains mainly: blue. Hex color #2851CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2851CF is #D7AE30. Grayscale: #525252. Windows color (decimal): -14134833 or 13586728. OLE color: 13586728.
HSL color Cylindrical-coordinate representation of color #2851CF: hue angle of 225.27º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2851CF is Cyan = 0.81, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 40 | 81 | 207 | - |
| CMYK | 0.81 | 0.61 | 0 | 0.19 |
| HSL | 225.27º | 0.68% | 0.48% | - |
| HSV(B) | 225.27º | 0.81% | 0.81% | - |
| XYZ | 15.08 | 10.84 | 60.33 | - |
| YUV | 83.11 | 197.92 | 97.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 81 | 207 | 0.81 | 0.61 | 0 | 0.19 | 225.27 | 0.68 | 0.48 |
| Hex | 28 | 51 | CF | 51 | 3D | 0 | 13 | E1 | 44 | 30 |
| Octal | 50 | 121 | 317 | 121 | 75 | 0 | 23 | 341 | 104 | 60 |
| Binary | 101000 | 1010001 | 11001111 | 1010001 | 111101 | 0 | 10011 | 11100001 | 1000100 | 110000 |
Color Harmonies of #2851CF
Complementary color
Monochromatic Colors of #2851CF
Black with #2851CF
Text Example
Text Example
White with #2851CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2851CF; }
p { color: rgb(40,81,207); }
H1.HeaderClassName
{
color: #2851CF;
}
.AnyTagClassName
{
color: #2851CF;
}
</style>
background-color css
<style>
a { background-color: #2851CF; }
a { background-color: rgb(40,81,207); }
div.DivClassName
{
background-color: #2851CF;
}
.BgClassName
{
background-color: #2851CF;
}
</style>
border-color css
<style>
span { border-color: #2851CF; }
span { border-color: rgb(40,81,207); }
td.TdClassName
{
border-color: #2851CF;
}
.TagClassName
{
border-color: #2851CF;
}
</style>