Shades of Dodger Blue #1381FE
Tints of Dodger Blue #1381FE
RGB
CMYK
RGB Variations
Color information
#1381FE (or 0x1381FE) is known color: Dodger Blue. HEX triplet: 13, 81 and FE. RGB value is (19,129,254). Sum of RGB (Red+Green+Blue) = 19+129+254=402 (53% of max value = 765). Red value is 19 (7.81% from 255 or 4.73% from 402); Green value is 129 (50.78% from 255 or 32.09% from 402); Blue value is 254 (99.61% from 255 or 63.18% from 402); Max value from RGB is 254 - color contains mainly: blue. Hex color #1381FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1381FE is #EC7E01. Grayscale: #6D6D6D. Windows color (decimal): -15498754 or 16679187. OLE color: 16679187.
HSL color Cylindrical-coordinate representation of color #1381FE: hue angle of 211.91º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1381FE is Cyan = 0.93, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 19 | 129 | 254 | - |
| CMYK | 0.93 | 0.49 | 0 | 0.00 |
| HSL | 211.91º | 0.99% | 0.54% | - |
| HSV(B) | 211.91º | 0.93% | 1% | - |
| XYZ | 26.01 | 22.99 | 96.83 | - |
| YUV | 110.36 | 209.06 | 62.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 129 | 254 | 0.93 | 0.49 | 0 | 0.00 | 211.91 | 0.99 | 0.54 |
| Hex | 13 | 81 | FE | 5D | 31 | 0 | 0 | D4 | 63 | 36 |
| Octal | 23 | 201 | 376 | 135 | 61 | 0 | 0 | 324 | 143 | 66 |
| Binary | 10011 | 10000001 | 11111110 | 1011101 | 110001 | 0 | 0 | 11010100 | 1100011 | 110110 |
Color Harmonies of #1381FE
Complementary color
Monochromatic Colors of #1381FE
Black with #1381FE
Text Example
Text Example
White with #1381FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1381FE; }
p { color: rgb(19,129,254); }
H1.HeaderClassName
{
color: #1381FE;
}
.AnyTagClassName
{
color: #1381FE;
}
</style>
background-color css
<style>
a { background-color: #1381FE; }
a { background-color: rgb(19,129,254); }
div.DivClassName
{
background-color: #1381FE;
}
.BgClassName
{
background-color: #1381FE;
}
</style>
border-color css
<style>
span { border-color: #1381FE; }
span { border-color: rgb(19,129,254); }
td.TdClassName
{
border-color: #1381FE;
}
.TagClassName
{
border-color: #1381FE;
}
</style>