Shades of Cerulean Blue #2253CF
Tints of Cerulean Blue #2253CF
RGB
CMYK
RGB Variations
Color information
#2253CF (or 0x2253CF) is known color: Cerulean Blue. HEX triplet: 22, 53 and CF. RGB value is (34,83,207). Sum of RGB (Red+Green+Blue) = 34+83+207=324 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.49% from 324); Green value is 83 (32.81% from 255 or 25.62% from 324); Blue value is 207 (81.25% from 255 or 63.89% from 324); Max value from RGB is 207 - color contains mainly: blue. Hex color #2253CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2253CF is #DDAC30. Grayscale: #515151. Windows color (decimal): -14527537 or 13587234. OLE color: 13587234.
HSL color Cylindrical-coordinate representation of color #2253CF: hue angle of 223.01º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2253CF is Cyan = 0.84, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 34 | 83 | 207 | - |
| CMYK | 0.84 | 0.60 | 0 | 0.19 |
| HSL | 223.01º | 0.72% | 0.47% | - |
| HSV(B) | 223.01º | 0.84% | 0.81% | - |
| XYZ | 15.02 | 11.03 | 60.37 | - |
| YUV | 82.49 | 198.27 | 93.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 83 | 207 | 0.84 | 0.60 | 0 | 0.19 | 223.01 | 0.72 | 0.47 |
| Hex | 22 | 53 | CF | 54 | 3C | 0 | 13 | DF | 48 | 2F |
| Octal | 42 | 123 | 317 | 124 | 74 | 0 | 23 | 337 | 110 | 57 |
| Binary | 100010 | 1010011 | 11001111 | 1010100 | 111100 | 0 | 10011 | 11011111 | 1001000 | 101111 |
Color Harmonies of #2253CF
Complementary color
Monochromatic Colors of #2253CF
Black with #2253CF
Text Example
Text Example
White with #2253CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2253CF; }
p { color: rgb(34,83,207); }
H1.HeaderClassName
{
color: #2253CF;
}
.AnyTagClassName
{
color: #2253CF;
}
</style>
background-color css
<style>
a { background-color: #2253CF; }
a { background-color: rgb(34,83,207); }
div.DivClassName
{
background-color: #2253CF;
}
.BgClassName
{
background-color: #2253CF;
}
</style>
border-color css
<style>
span { border-color: #2253CF; }
span { border-color: rgb(34,83,207); }
td.TdClassName
{
border-color: #2253CF;
}
.TagClassName
{
border-color: #2253CF;
}
</style>