Shades of Cerulean Blue #134DDD
Tints of Cerulean Blue #134DDD
RGB
CMYK
RGB Variations
Color information
#134DDD (or 0x134DDD) is known color: Cerulean Blue. HEX triplet: 13, 4D and DD. RGB value is (19,77,221). Sum of RGB (Red+Green+Blue) = 19+77+221=317 (41% of max value = 765). Red value is 19 (7.81% from 255 or 5.99% from 317); Green value is 77 (30.47% from 255 or 24.29% from 317); Blue value is 221 (86.72% from 255 or 69.72% from 317); Max value from RGB is 221 - color contains mainly: blue. Hex color #134DDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #134DDD is #ECB222. Grayscale: #4B4B4B. Windows color (decimal): -15512099 or 14503187. OLE color: 14503187.
HSL color Cylindrical-coordinate representation of color #134DDD: hue angle of 222.77º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #134DDD is Cyan = 0.91, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 77 | 221 | - |
| CMYK | 0.91 | 0.65 | 0 | 0.13 |
| HSL | 222.77º | 0.84% | 0.47% | - |
| HSV(B) | 222.77º | 0.91% | 0.87% | - |
| XYZ | 15.97 | 10.67 | 69.62 | - |
| YUV | 76.07 | 209.78 | 87.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 77 | 221 | 0.91 | 0.65 | 0 | 0.13 | 222.77 | 0.84 | 0.47 |
| Hex | 13 | 4D | DD | 5B | 41 | 0 | D | DF | 54 | 2F |
| Octal | 23 | 115 | 335 | 133 | 101 | 0 | 15 | 337 | 124 | 57 |
| Binary | 10011 | 1001101 | 11011101 | 1011011 | 1000001 | 0 | 1101 | 11011111 | 1010100 | 101111 |
Color Harmonies of #134DDD
Complementary color
Monochromatic Colors of #134DDD
Black with #134DDD
Text Example
Text Example
White with #134DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134DDD; }
p { color: rgb(19,77,221); }
H1.HeaderClassName
{
color: #134DDD;
}
.AnyTagClassName
{
color: #134DDD;
}
</style>
background-color css
<style>
a { background-color: #134DDD; }
a { background-color: rgb(19,77,221); }
div.DivClassName
{
background-color: #134DDD;
}
.BgClassName
{
background-color: #134DDD;
}
</style>
border-color css
<style>
span { border-color: #134DDD; }
span { border-color: rgb(19,77,221); }
td.TdClassName
{
border-color: #134DDD;
}
.TagClassName
{
border-color: #134DDD;
}
</style>