Shades of Cerulean Blue #2257CA
Tints of Cerulean Blue #2257CA
RGB
CMYK
RGB Variations
Color information
#2257CA (or 0x2257CA) is known color: Cerulean Blue. HEX triplet: 22, 57 and CA. RGB value is (34,87,202). Sum of RGB (Red+Green+Blue) = 34+87+202=323 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.53% from 323); Green value is 87 (34.38% from 255 or 26.93% from 323); Blue value is 202 (79.30% from 255 or 62.54% from 323); Max value from RGB is 202 - color contains mainly: blue. Hex color #2257CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2257CA is #DDA835. Grayscale: #535353. Windows color (decimal): -14526518 or 13260578. OLE color: 13260578.
HSL color Cylindrical-coordinate representation of color #2257CA: hue angle of 221.07º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2257CA is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 34 | 87 | 202 | - |
| CMYK | 0.83 | 0.57 | 0 | 0.21 |
| HSL | 221.07º | 0.71% | 0.46% | - |
| HSV(B) | 221.07º | 0.83% | 0.79% | - |
| XYZ | 14.73 | 11.42 | 57.31 | - |
| YUV | 84.26 | 194.44 | 92.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 87 | 202 | 0.83 | 0.57 | 0 | 0.21 | 221.07 | 0.71 | 0.46 |
| Hex | 22 | 57 | CA | 53 | 39 | 0 | 15 | DD | 47 | 2E |
| Octal | 42 | 127 | 312 | 123 | 71 | 0 | 25 | 335 | 107 | 56 |
| Binary | 100010 | 1010111 | 11001010 | 1010011 | 111001 | 0 | 10101 | 11011101 | 1000111 | 101110 |
Color Harmonies of #2257CA
Complementary color
Monochromatic Colors of #2257CA
Black with #2257CA
Text Example
Text Example
White with #2257CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2257CA; }
p { color: rgb(34,87,202); }
H1.HeaderClassName
{
color: #2257CA;
}
.AnyTagClassName
{
color: #2257CA;
}
</style>
background-color css
<style>
a { background-color: #2257CA; }
a { background-color: rgb(34,87,202); }
div.DivClassName
{
background-color: #2257CA;
}
.BgClassName
{
background-color: #2257CA;
}
</style>
border-color css
<style>
span { border-color: #2257CA; }
span { border-color: rgb(34,87,202); }
td.TdClassName
{
border-color: #2257CA;
}
.TagClassName
{
border-color: #2257CA;
}
</style>