Shades of Cerulean Blue #134EDD
Tints of Cerulean Blue #134EDD
RGB
CMYK
RGB Variations
Color information
#134EDD (or 0x134EDD) is known color: Cerulean Blue. HEX triplet: 13, 4E and DD. RGB value is (19,78,221). Sum of RGB (Red+Green+Blue) = 19+78+221=318 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.97% from 318); Green value is 78 (30.86% from 255 or 24.53% from 318); Blue value is 221 (86.72% from 255 or 69.50% from 318); Max value from RGB is 221 - color contains mainly: blue. Hex color #134EDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #134EDD is #ECB122. Grayscale: #4C4C4C. Windows color (decimal): -15511843 or 14503443. OLE color: 14503443.
HSL color Cylindrical-coordinate representation of color #134EDD: hue angle of 222.48º 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 #134EDD is Cyan = 0.91, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 78 | 221 | - |
| CMYK | 0.91 | 0.65 | 0 | 0.13 |
| HSL | 222.48º | 0.84% | 0.47% | - |
| HSV(B) | 222.48º | 0.91% | 0.87% | - |
| XYZ | 16.04 | 10.81 | 69.65 | - |
| YUV | 76.66 | 209.45 | 86.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 78 | 221 | 0.91 | 0.65 | 0 | 0.13 | 222.48 | 0.84 | 0.47 |
| Hex | 13 | 4E | DD | 5B | 41 | 0 | D | DE | 54 | 2F |
| Octal | 23 | 116 | 335 | 133 | 101 | 0 | 15 | 336 | 124 | 57 |
| Binary | 10011 | 1001110 | 11011101 | 1011011 | 1000001 | 0 | 1101 | 11011110 | 1010100 | 101111 |
Color Harmonies of #134EDD
Complementary color
Monochromatic Colors of #134EDD
Black with #134EDD
Text Example
Text Example
White with #134EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134EDD; }
p { color: rgb(19,78,221); }
H1.HeaderClassName
{
color: #134EDD;
}
.AnyTagClassName
{
color: #134EDD;
}
</style>
background-color css
<style>
a { background-color: #134EDD; }
a { background-color: rgb(19,78,221); }
div.DivClassName
{
background-color: #134EDD;
}
.BgClassName
{
background-color: #134EDD;
}
</style>
border-color css
<style>
span { border-color: #134EDD; }
span { border-color: rgb(19,78,221); }
td.TdClassName
{
border-color: #134EDD;
}
.TagClassName
{
border-color: #134EDD;
}
</style>