Shades of Cerulean Blue #2855DA
Tints of Cerulean Blue #2855DA
RGB
CMYK
RGB Variations
Color information
#2855DA (or 0x2855DA) is known color: Cerulean Blue. HEX triplet: 28, 55 and DA. RGB value is (40,85,218). Sum of RGB (Red+Green+Blue) = 40+85+218=343 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.66% from 343); Green value is 85 (33.59% from 255 or 24.78% from 343); Blue value is 218 (85.55% from 255 or 63.56% from 343); Max value from RGB is 218 - color contains mainly: blue. Hex color #2855DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2855DA is #D7AA25. Grayscale: #565656. Windows color (decimal): -14133798 or 14308648. OLE color: 14308648.
HSL color Cylindrical-coordinate representation of color #2855DA: hue angle of 224.83º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2855DA is Cyan = 0.82, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 85 | 218 | - |
| CMYK | 0.82 | 0.61 | 0 | 0.15 |
| HSL | 224.83º | 0.71% | 0.51% | - |
| HSV(B) | 224.83º | 0.82% | 0.85% | - |
| XYZ | 16.78 | 12.01 | 67.76 | - |
| YUV | 86.71 | 202.09 | 94.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 85 | 218 | 0.82 | 0.61 | 0 | 0.15 | 224.83 | 0.71 | 0.51 |
| Hex | 28 | 55 | DA | 52 | 3D | 0 | F | E1 | 47 | 33 |
| Octal | 50 | 125 | 332 | 122 | 75 | 0 | 17 | 341 | 107 | 63 |
| Binary | 101000 | 1010101 | 11011010 | 1010010 | 111101 | 0 | 1111 | 11100001 | 1000111 | 110011 |
Color Harmonies of #2855DA
Complementary color
Monochromatic Colors of #2855DA
Black with #2855DA
Text Example
Text Example
White with #2855DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2855DA; }
p { color: rgb(40,85,218); }
H1.HeaderClassName
{
color: #2855DA;
}
.AnyTagClassName
{
color: #2855DA;
}
</style>
background-color css
<style>
a { background-color: #2855DA; }
a { background-color: rgb(40,85,218); }
div.DivClassName
{
background-color: #2855DA;
}
.BgClassName
{
background-color: #2855DA;
}
</style>
border-color css
<style>
span { border-color: #2855DA; }
span { border-color: rgb(40,85,218); }
td.TdClassName
{
border-color: #2855DA;
}
.TagClassName
{
border-color: #2855DA;
}
</style>