Shades of Cerulean Blue #2251D4
Tints of Cerulean Blue #2251D4
RGB
CMYK
RGB Variations
Color information
#2251D4 (or 0x2251D4) is known color: Cerulean Blue. HEX triplet: 22, 51 and D4. RGB value is (34,81,212). Sum of RGB (Red+Green+Blue) = 34+81+212=327 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.40% from 327); Green value is 81 (32.03% from 255 or 24.77% from 327); Blue value is 212 (83.20% from 255 or 64.83% from 327); Max value from RGB is 212 - color contains mainly: blue. Hex color #2251D4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2251D4 is #DDAE2B. Grayscale: #515151. Windows color (decimal): -14528044 or 13914402. OLE color: 13914402.
HSL color Cylindrical-coordinate representation of color #2251D4: hue angle of 224.16º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2251D4 is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 34 | 81 | 212 | - |
| CMYK | 0.84 | 0.62 | 0 | 0.17 |
| HSL | 224.16º | 0.72% | 0.48% | - |
| HSV(B) | 224.16º | 0.84% | 0.83% | - |
| XYZ | 15.49 | 10.98 | 63.59 | - |
| YUV | 81.88 | 201.43 | 93.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 81 | 212 | 0.84 | 0.62 | 0 | 0.17 | 224.16 | 0.72 | 0.48 |
| Hex | 22 | 51 | D4 | 54 | 3E | 0 | 11 | E0 | 48 | 30 |
| Octal | 42 | 121 | 324 | 124 | 76 | 0 | 21 | 340 | 110 | 60 |
| Binary | 100010 | 1010001 | 11010100 | 1010100 | 111110 | 0 | 10001 | 11100000 | 1001000 | 110000 |
Color Harmonies of #2251D4
Complementary color
Monochromatic Colors of #2251D4
Black with #2251D4
Text Example
Text Example
White with #2251D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2251D4; }
p { color: rgb(34,81,212); }
H1.HeaderClassName
{
color: #2251D4;
}
.AnyTagClassName
{
color: #2251D4;
}
</style>
background-color css
<style>
a { background-color: #2251D4; }
a { background-color: rgb(34,81,212); }
div.DivClassName
{
background-color: #2251D4;
}
.BgClassName
{
background-color: #2251D4;
}
</style>
border-color css
<style>
span { border-color: #2251D4; }
span { border-color: rgb(34,81,212); }
td.TdClassName
{
border-color: #2251D4;
}
.TagClassName
{
border-color: #2251D4;
}
</style>