Shades of Cerulean Blue #2257CB
Tints of Cerulean Blue #2257CB
RGB
CMYK
RGB Variations
Color information
#2257CB (or 0x2257CB) is known color: Cerulean Blue. HEX triplet: 22, 57 and CB. RGB value is (34,87,203). Sum of RGB (Red+Green+Blue) = 34+87+203=324 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.49% from 324); Green value is 87 (34.38% from 255 or 26.85% from 324); Blue value is 203 (79.69% from 255 or 62.65% from 324); Max value from RGB is 203 - color contains mainly: blue. Hex color #2257CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2257CB is #DDA834. Grayscale: #535353. Windows color (decimal): -14526517 or 13326114. OLE color: 13326114.
HSL color Cylindrical-coordinate representation of color #2257CB: hue angle of 221.18º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2257CB is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 34 | 87 | 203 | - |
| CMYK | 0.83 | 0.57 | 0 | 0.20 |
| HSL | 221.18º | 0.71% | 0.46% | - |
| HSV(B) | 221.18º | 0.83% | 0.8% | - |
| XYZ | 14.85 | 11.47 | 57.93 | - |
| YUV | 84.38 | 194.94 | 92.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 87 | 203 | 0.83 | 0.57 | 0 | 0.20 | 221.18 | 0.71 | 0.46 |
| Hex | 22 | 57 | CB | 53 | 39 | 0 | 14 | DD | 47 | 2E |
| Octal | 42 | 127 | 313 | 123 | 71 | 0 | 24 | 335 | 107 | 56 |
| Binary | 100010 | 1010111 | 11001011 | 1010011 | 111001 | 0 | 10100 | 11011101 | 1000111 | 101110 |
Color Harmonies of #2257CB
Complementary color
Monochromatic Colors of #2257CB
Black with #2257CB
Text Example
Text Example
White with #2257CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2257CB; }
p { color: rgb(34,87,203); }
H1.HeaderClassName
{
color: #2257CB;
}
.AnyTagClassName
{
color: #2257CB;
}
</style>
background-color css
<style>
a { background-color: #2257CB; }
a { background-color: rgb(34,87,203); }
div.DivClassName
{
background-color: #2257CB;
}
.BgClassName
{
background-color: #2257CB;
}
</style>
border-color css
<style>
span { border-color: #2257CB; }
span { border-color: rgb(34,87,203); }
td.TdClassName
{
border-color: #2257CB;
}
.TagClassName
{
border-color: #2257CB;
}
</style>