Shades of Cerulean Blue #2250AD
Tints of Cerulean Blue #2250AD
RGB
CMYK
RGB Variations
Color information
#2250AD (or 0x2250AD) is known color: Cerulean Blue. HEX triplet: 22, 50 and AD. RGB value is (34,80,173). Sum of RGB (Red+Green+Blue) = 34+80+173=287 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.85% from 287); Green value is 80 (31.64% from 255 or 27.87% from 287); Blue value is 173 (67.97% from 255 or 60.28% from 287); Max value from RGB is 173 - color contains mainly: blue. Hex color #2250AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2250AD is #DDAF52. Grayscale: #4C4C4C. Windows color (decimal): -14528339 or 11358242. OLE color: 11358242.
HSL color Cylindrical-coordinate representation of color #2250AD: hue angle of 220.14º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2250AD is Cyan = 0.80, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 34 | 80 | 173 | - |
| CMYK | 0.80 | 0.54 | 0 | 0.32 |
| HSL | 220.14º | 0.67% | 0.41% | - |
| HSV(B) | 220.14º | 0.8% | 0.68% | - |
| XYZ | 11.07 | 9.09 | 40.71 | - |
| YUV | 76.85 | 182.26 | 97.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 80 | 173 | 0.80 | 0.54 | 0 | 0.32 | 220.14 | 0.67 | 0.41 |
| Hex | 22 | 50 | AD | 50 | 36 | 0 | 20 | DC | 43 | 29 |
| Octal | 42 | 120 | 255 | 120 | 66 | 0 | 40 | 334 | 103 | 51 |
| Binary | 100010 | 1010000 | 10101101 | 1010000 | 110110 | 0 | 100000 | 11011100 | 1000011 | 101001 |
Color Harmonies of #2250AD
Complementary color
Monochromatic Colors of #2250AD
Black with #2250AD
Text Example
Text Example
White with #2250AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2250AD; }
p { color: rgb(34,80,173); }
H1.HeaderClassName
{
color: #2250AD;
}
.AnyTagClassName
{
color: #2250AD;
}
</style>
background-color css
<style>
a { background-color: #2250AD; }
a { background-color: rgb(34,80,173); }
div.DivClassName
{
background-color: #2250AD;
}
.BgClassName
{
background-color: #2250AD;
}
</style>
border-color css
<style>
span { border-color: #2250AD; }
span { border-color: rgb(34,80,173); }
td.TdClassName
{
border-color: #2250AD;
}
.TagClassName
{
border-color: #2250AD;
}
</style>