Shades of Cerulean Blue #1952D5
Tints of Cerulean Blue #1952D5
RGB
CMYK
RGB Variations
Color information
#1952D5 (or 0x1952D5) is known color: Cerulean Blue. HEX triplet: 19, 52 and D5. RGB value is (25,82,213). Sum of RGB (Red+Green+Blue) = 25+82+213=320 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.81% from 320); Green value is 82 (32.42% from 255 or 25.62% from 320); Blue value is 213 (83.59% from 255 or 66.56% from 320); Max value from RGB is 213 - color contains mainly: blue. Hex color #1952D5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1952D5 is #E6AD2A. Grayscale: #4F4F4F. Windows color (decimal): -15117611 or 13980185. OLE color: 13980185.
HSL color Cylindrical-coordinate representation of color #1952D5: hue angle of 221.81º 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 #1952D5 is Cyan = 0.88, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 25 | 82 | 213 | - |
| CMYK | 0.88 | 0.62 | 0 | 0.16 |
| HSL | 221.81º | 0.79% | 0.47% | - |
| HSV(B) | 221.81º | 0.88% | 0.84% | - |
| XYZ | 15.43 | 11.05 | 64.27 | - |
| YUV | 79.89 | 203.12 | 88.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 82 | 213 | 0.88 | 0.62 | 0 | 0.16 | 221.81 | 0.79 | 0.47 |
| Hex | 19 | 52 | D5 | 58 | 3E | 0 | 10 | DE | 4F | 2F |
| Octal | 31 | 122 | 325 | 130 | 76 | 0 | 20 | 336 | 117 | 57 |
| Binary | 11001 | 1010010 | 11010101 | 1011000 | 111110 | 0 | 10000 | 11011110 | 1001111 | 101111 |
Color Harmonies of #1952D5
Complementary color
Monochromatic Colors of #1952D5
Black with #1952D5
Text Example
Text Example
White with #1952D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1952D5; }
p { color: rgb(25,82,213); }
H1.HeaderClassName
{
color: #1952D5;
}
.AnyTagClassName
{
color: #1952D5;
}
</style>
background-color css
<style>
a { background-color: #1952D5; }
a { background-color: rgb(25,82,213); }
div.DivClassName
{
background-color: #1952D5;
}
.BgClassName
{
background-color: #1952D5;
}
</style>
border-color css
<style>
span { border-color: #1952D5; }
span { border-color: rgb(25,82,213); }
td.TdClassName
{
border-color: #1952D5;
}
.TagClassName
{
border-color: #1952D5;
}
</style>