Shades of Cerulean Blue #2155CF
Tints of Cerulean Blue #2155CF
RGB
CMYK
RGB Variations
Color information
#2155CF (or 0x2155CF) is known color: Cerulean Blue. HEX triplet: 21, 55 and CF. RGB value is (33,85,207). Sum of RGB (Red+Green+Blue) = 33+85+207=325 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.15% from 325); Green value is 85 (33.59% from 255 or 26.15% from 325); Blue value is 207 (81.25% from 255 or 63.69% from 325); Max value from RGB is 207 - color contains mainly: blue. Hex color #2155CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2155CF is #DEAA30. Grayscale: #525252. Windows color (decimal): -14592561 or 13587745. OLE color: 13587745.
HSL color Cylindrical-coordinate representation of color #2155CF: hue angle of 222.07º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2155CF is Cyan = 0.84, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 85 | 207 | - |
| CMYK | 0.84 | 0.59 | 0 | 0.19 |
| HSL | 222.07º | 0.73% | 0.47% | - |
| HSV(B) | 222.07º | 0.84% | 0.81% | - |
| XYZ | 15.14 | 11.33 | 60.42 | - |
| YUV | 83.36 | 197.77 | 92.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 85 | 207 | 0.84 | 0.59 | 0 | 0.19 | 222.07 | 0.73 | 0.47 |
| Hex | 21 | 55 | CF | 54 | 3B | 0 | 13 | DE | 48 | 2F |
| Octal | 41 | 125 | 317 | 124 | 73 | 0 | 23 | 336 | 110 | 57 |
| Binary | 100001 | 1010101 | 11001111 | 1010100 | 111011 | 0 | 10011 | 11011110 | 1001000 | 101111 |
Color Harmonies of #2155CF
Complementary color
Monochromatic Colors of #2155CF
Black with #2155CF
Text Example
Text Example
White with #2155CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2155CF; }
p { color: rgb(33,85,207); }
H1.HeaderClassName
{
color: #2155CF;
}
.AnyTagClassName
{
color: #2155CF;
}
</style>
background-color css
<style>
a { background-color: #2155CF; }
a { background-color: rgb(33,85,207); }
div.DivClassName
{
background-color: #2155CF;
}
.BgClassName
{
background-color: #2155CF;
}
</style>
border-color css
<style>
span { border-color: #2155CF; }
span { border-color: rgb(33,85,207); }
td.TdClassName
{
border-color: #2155CF;
}
.TagClassName
{
border-color: #2155CF;
}
</style>