Shades of Cerulean Blue #2153AF
Tints of Cerulean Blue #2153AF
RGB
CMYK
RGB Variations
Color information
#2153AF (or 0x2153AF) is known color: Cerulean Blue. HEX triplet: 21, 53 and AF. RGB value is (33,83,175). Sum of RGB (Red+Green+Blue) = 33+83+175=291 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.34% from 291); Green value is 83 (32.81% from 255 or 28.52% from 291); Blue value is 175 (68.75% from 255 or 60.14% from 291); Max value from RGB is 175 - color contains mainly: blue. Hex color #2153AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2153AF is #DEAC50. Grayscale: #4E4E4E. Windows color (decimal): -14593105 or 11490081. OLE color: 11490081.
HSL color Cylindrical-coordinate representation of color #2153AF: hue angle of 218.87º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2153AF is Cyan = 0.81, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 33 | 83 | 175 | - |
| CMYK | 0.81 | 0.53 | 0 | 0.31 |
| HSL | 218.87º | 0.68% | 0.41% | - |
| HSV(B) | 218.87º | 0.81% | 0.69% | - |
| XYZ | 11.46 | 9.6 | 41.81 | - |
| YUV | 78.54 | 182.44 | 95.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 83 | 175 | 0.81 | 0.53 | 0 | 0.31 | 218.87 | 0.68 | 0.41 |
| Hex | 21 | 53 | AF | 51 | 35 | 0 | 1F | DB | 44 | 29 |
| Octal | 41 | 123 | 257 | 121 | 65 | 0 | 37 | 333 | 104 | 51 |
| Binary | 100001 | 1010011 | 10101111 | 1010001 | 110101 | 0 | 11111 | 11011011 | 1000100 | 101001 |
Color Harmonies of #2153AF
Complementary color
Monochromatic Colors of #2153AF
Black with #2153AF
Text Example
Text Example
White with #2153AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2153AF; }
p { color: rgb(33,83,175); }
H1.HeaderClassName
{
color: #2153AF;
}
.AnyTagClassName
{
color: #2153AF;
}
</style>
background-color css
<style>
a { background-color: #2153AF; }
a { background-color: rgb(33,83,175); }
div.DivClassName
{
background-color: #2153AF;
}
.BgClassName
{
background-color: #2153AF;
}
</style>
border-color css
<style>
span { border-color: #2153AF; }
span { border-color: rgb(33,83,175); }
td.TdClassName
{
border-color: #2153AF;
}
.TagClassName
{
border-color: #2153AF;
}
</style>