Shades of Dodger Blue #1379FF
Tints of Dodger Blue #1379FF
RGB
CMYK
RGB Variations
Color information
#1379FF (or 0x1379FF) is known color: Dodger Blue. HEX triplet: 13, 79 and FF. RGB value is (19,121,255). Sum of RGB (Red+Green+Blue) = 19+121+255=395 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.81% from 395); Green value is 121 (47.66% from 255 or 30.63% from 395); Blue value is 255 (100% from 255 or 64.56% from 395); Max value from RGB is 255 - color contains mainly: blue. Hex color #1379FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1379FF is #EC8600. Grayscale: #696969. Windows color (decimal): -15500801 or 16742675. OLE color: 16742675.
HSL color Cylindrical-coordinate representation of color #1379FF: hue angle of 214.07º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1379FF is Cyan = 0.93, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 19 | 121 | 255 | - |
| CMYK | 0.93 | 0.53 | 0 | 0 |
| HSL | 214.07º | 1% | 0.54% | - |
| HSV(B) | 214.07º | 0.93% | 1% | - |
| XYZ | 25.16 | 21.03 | 97.34 | - |
| YUV | 105.78 | 212.21 | 66.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 121 | 255 | 0.93 | 0.53 | 0 | 0 | 214.07 | 1 | 0.54 |
| Hex | 13 | 79 | FF | 5D | 35 | 0 | 0 | D6 | 64 | 36 |
| Octal | 23 | 171 | 377 | 135 | 65 | 0 | 0 | 326 | 144 | 66 |
| Binary | 10011 | 1111001 | 11111111 | 1011101 | 110101 | 0 | 0 | 11010110 | 1100100 | 110110 |
Color Harmonies of #1379FF
Complementary color
Monochromatic Colors of #1379FF
Black with #1379FF
Text Example
Text Example
White with #1379FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1379FF; }
p { color: rgb(19,121,255); }
H1.HeaderClassName
{
color: #1379FF;
}
.AnyTagClassName
{
color: #1379FF;
}
</style>
background-color css
<style>
a { background-color: #1379FF; }
a { background-color: rgb(19,121,255); }
div.DivClassName
{
background-color: #1379FF;
}
.BgClassName
{
background-color: #1379FF;
}
</style>
border-color css
<style>
span { border-color: #1379FF; }
span { border-color: rgb(19,121,255); }
td.TdClassName
{
border-color: #1379FF;
}
.TagClassName
{
border-color: #1379FF;
}
</style>