Shades of Cerulean Blue #2853CF
Tints of Cerulean Blue #2853CF
RGB
CMYK
RGB Variations
Color information
#2853CF (or 0x2853CF) is known color: Cerulean Blue. HEX triplet: 28, 53 and CF. RGB value is (40,83,207). Sum of RGB (Red+Green+Blue) = 40+83+207=330 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.12% from 330); Green value is 83 (32.81% from 255 or 25.15% from 330); Blue value is 207 (81.25% from 255 or 62.73% from 330); Max value from RGB is 207 - color contains mainly: blue. Hex color #2853CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2853CF is #D7AC30. Grayscale: #535353. Windows color (decimal): -14134321 or 13587240. OLE color: 13587240.
HSL color Cylindrical-coordinate representation of color #2853CF: hue angle of 224.55º 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 #2853CF is Cyan = 0.81, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 40 | 83 | 207 | - |
| CMYK | 0.81 | 0.60 | 0 | 0.19 |
| HSL | 224.55º | 0.68% | 0.48% | - |
| HSV(B) | 224.55º | 0.81% | 0.81% | - |
| XYZ | 15.23 | 11.14 | 60.38 | - |
| YUV | 84.28 | 197.25 | 96.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 83 | 207 | 0.81 | 0.60 | 0 | 0.19 | 224.55 | 0.68 | 0.48 |
| Hex | 28 | 53 | CF | 51 | 3C | 0 | 13 | E1 | 44 | 30 |
| Octal | 50 | 123 | 317 | 121 | 74 | 0 | 23 | 341 | 104 | 60 |
| Binary | 101000 | 1010011 | 11001111 | 1010001 | 111100 | 0 | 10011 | 11100001 | 1000100 | 110000 |
Color Harmonies of #2853CF
Complementary color
Monochromatic Colors of #2853CF
Black with #2853CF
Text Example
Text Example
White with #2853CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2853CF; }
p { color: rgb(40,83,207); }
H1.HeaderClassName
{
color: #2853CF;
}
.AnyTagClassName
{
color: #2853CF;
}
</style>
background-color css
<style>
a { background-color: #2853CF; }
a { background-color: rgb(40,83,207); }
div.DivClassName
{
background-color: #2853CF;
}
.BgClassName
{
background-color: #2853CF;
}
</style>
border-color css
<style>
span { border-color: #2853CF; }
span { border-color: rgb(40,83,207); }
td.TdClassName
{
border-color: #2853CF;
}
.TagClassName
{
border-color: #2853CF;
}
</style>