Shades of Cerulean Blue #1953D7
Tints of Cerulean Blue #1953D7
RGB
CMYK
RGB Variations
Color information
#1953D7 (or 0x1953D7) is known color: Cerulean Blue. HEX triplet: 19, 53 and D7. RGB value is (25,83,215). Sum of RGB (Red+Green+Blue) = 25+83+215=323 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.74% from 323); Green value is 83 (32.81% from 255 or 25.70% from 323); Blue value is 215 (84.38% from 255 or 66.56% from 323); Max value from RGB is 215 - color contains mainly: blue. Hex color #1953D7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1953D7 is #E6AC28. Grayscale: #505050. Windows color (decimal): -15117353 or 14111513. OLE color: 14111513.
HSL color Cylindrical-coordinate representation of color #1953D7: hue angle of 221.68º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1953D7 is Cyan = 0.88, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 25 | 83 | 215 | - |
| CMYK | 0.88 | 0.61 | 0 | 0.16 |
| HSL | 221.68º | 0.79% | 0.47% | - |
| HSV(B) | 221.68º | 0.88% | 0.84% | - |
| XYZ | 15.76 | 11.3 | 65.64 | - |
| YUV | 80.71 | 203.78 | 88.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 83 | 215 | 0.88 | 0.61 | 0 | 0.16 | 221.68 | 0.79 | 0.47 |
| Hex | 19 | 53 | D7 | 58 | 3D | 0 | 10 | DE | 4F | 2F |
| Octal | 31 | 123 | 327 | 130 | 75 | 0 | 20 | 336 | 117 | 57 |
| Binary | 11001 | 1010011 | 11010111 | 1011000 | 111101 | 0 | 10000 | 11011110 | 1001111 | 101111 |
Color Harmonies of #1953D7
Complementary color
Monochromatic Colors of #1953D7
Black with #1953D7
Text Example
Text Example
White with #1953D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1953D7; }
p { color: rgb(25,83,215); }
H1.HeaderClassName
{
color: #1953D7;
}
.AnyTagClassName
{
color: #1953D7;
}
</style>
background-color css
<style>
a { background-color: #1953D7; }
a { background-color: rgb(25,83,215); }
div.DivClassName
{
background-color: #1953D7;
}
.BgClassName
{
background-color: #1953D7;
}
</style>
border-color css
<style>
span { border-color: #1953D7; }
span { border-color: rgb(25,83,215); }
td.TdClassName
{
border-color: #1953D7;
}
.TagClassName
{
border-color: #1953D7;
}
</style>