Shades of Dodger Blue #1397FE
Tints of Dodger Blue #1397FE
RGB
CMYK
RGB Variations
Color information
#1397FE (or 0x1397FE) is known color: Dodger Blue. HEX triplet: 13, 97 and FE. RGB value is (19,151,254). Sum of RGB (Red+Green+Blue) = 19+151+254=424 (56% of max value = 765). Red value is 19 (7.81% from 255 or 4.48% from 424); Green value is 151 (59.38% from 255 or 35.61% from 424); Blue value is 254 (99.61% from 255 or 59.91% from 424); Max value from RGB is 254 - color contains mainly: blue. Hex color #1397FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1397FE is #EC6801. Grayscale: #7A7A7A. Windows color (decimal): -15493122 or 16684819. OLE color: 16684819.
HSL color Cylindrical-coordinate representation of color #1397FE: hue angle of 206.3º 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 #1397FE is Cyan = 0.93, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 19 | 151 | 254 | - |
| CMYK | 0.93 | 0.41 | 0 | 0.00 |
| HSL | 206.3º | 0.99% | 0.54% | - |
| HSV(B) | 206.3º | 0.93% | 1% | - |
| XYZ | 29.22 | 29.43 | 97.91 | - |
| YUV | 123.27 | 201.77 | 53.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 151 | 254 | 0.93 | 0.41 | 0 | 0.00 | 206.3 | 0.99 | 0.54 |
| Hex | 13 | 97 | FE | 5D | 29 | 0 | 0 | CE | 63 | 36 |
| Octal | 23 | 227 | 376 | 135 | 51 | 0 | 0 | 316 | 143 | 66 |
| Binary | 10011 | 10010111 | 11111110 | 1011101 | 101001 | 0 | 0 | 11001110 | 1100011 | 110110 |
Color Harmonies of #1397FE
Complementary color
Monochromatic Colors of #1397FE
Black with #1397FE
Text Example
Text Example
White with #1397FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1397FE; }
p { color: rgb(19,151,254); }
H1.HeaderClassName
{
color: #1397FE;
}
.AnyTagClassName
{
color: #1397FE;
}
</style>
background-color css
<style>
a { background-color: #1397FE; }
a { background-color: rgb(19,151,254); }
div.DivClassName
{
background-color: #1397FE;
}
.BgClassName
{
background-color: #1397FE;
}
</style>
border-color css
<style>
span { border-color: #1397FE; }
span { border-color: rgb(19,151,254); }
td.TdClassName
{
border-color: #1397FE;
}
.TagClassName
{
border-color: #1397FE;
}
</style>