Shades of Cerulean Blue #134DD7
Tints of Cerulean Blue #134DD7
RGB
CMYK
RGB Variations
Color information
#134DD7 (or 0x134DD7) is known color: Cerulean Blue. HEX triplet: 13, 4D and D7. RGB value is (19,77,215). Sum of RGB (Red+Green+Blue) = 19+77+215=311 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.11% from 311); Green value is 77 (30.47% from 255 or 24.76% from 311); Blue value is 215 (84.38% from 255 or 69.13% from 311); Max value from RGB is 215 - color contains mainly: blue. Hex color #134DD7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #134DD7 is #ECB228. Grayscale: #4A4A4A. Windows color (decimal): -15512105 or 14109971. OLE color: 14109971.
HSL color Cylindrical-coordinate representation of color #134DD7: hue angle of 222.24º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #134DD7 is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 19 | 77 | 215 | - |
| CMYK | 0.91 | 0.64 | 0 | 0.16 |
| HSL | 222.24º | 0.84% | 0.46% | - |
| HSV(B) | 222.24º | 0.91% | 0.84% | - |
| XYZ | 15.19 | 10.35 | 65.49 | - |
| YUV | 75.39 | 206.78 | 87.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 77 | 215 | 0.91 | 0.64 | 0 | 0.16 | 222.24 | 0.84 | 0.46 |
| Hex | 13 | 4D | D7 | 5B | 40 | 0 | 10 | DE | 54 | 2E |
| Octal | 23 | 115 | 327 | 133 | 100 | 0 | 20 | 336 | 124 | 56 |
| Binary | 10011 | 1001101 | 11010111 | 1011011 | 1000000 | 0 | 10000 | 11011110 | 1010100 | 101110 |
Color Harmonies of #134DD7
Complementary color
Monochromatic Colors of #134DD7
Black with #134DD7
Text Example
Text Example
White with #134DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134DD7; }
p { color: rgb(19,77,215); }
H1.HeaderClassName
{
color: #134DD7;
}
.AnyTagClassName
{
color: #134DD7;
}
</style>
background-color css
<style>
a { background-color: #134DD7; }
a { background-color: rgb(19,77,215); }
div.DivClassName
{
background-color: #134DD7;
}
.BgClassName
{
background-color: #134DD7;
}
</style>
border-color css
<style>
span { border-color: #134DD7; }
span { border-color: rgb(19,77,215); }
td.TdClassName
{
border-color: #134DD7;
}
.TagClassName
{
border-color: #134DD7;
}
</style>