Shades of Dodger Blue #1393FA
Tints of Dodger Blue #1393FA
RGB
CMYK
RGB Variations
Color information
#1393FA (or 0x1393FA) is known color: Dodger Blue. HEX triplet: 13, 93 and FA. RGB value is (19,147,250). Sum of RGB (Red+Green+Blue) = 19+147+250=416 (55% of max value = 765). Red value is 19 (7.81% from 255 or 4.57% from 416); Green value is 147 (57.81% from 255 or 35.34% from 416); Blue value is 250 (98.05% from 255 or 60.10% from 416); Max value from RGB is 250 - color contains mainly: blue. Hex color #1393FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1393FA is #EC6C05. Grayscale: #777777. Windows color (decimal): -15494150 or 16421651. OLE color: 16421651.
HSL color Cylindrical-coordinate representation of color #1393FA: hue angle of 206.75º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1393FA is Cyan = 0.92, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 19 | 147 | 250 | - |
| CMYK | 0.92 | 0.41 | 0 | 0.02 |
| HSL | 206.75º | 0.96% | 0.53% | - |
| HSV(B) | 206.75º | 0.92% | 0.98% | - |
| XYZ | 27.96 | 27.91 | 94.36 | - |
| YUV | 120.47 | 201.09 | 55.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 147 | 250 | 0.92 | 0.41 | 0 | 0.02 | 206.75 | 0.96 | 0.53 |
| Hex | 13 | 93 | FA | 5C | 29 | 0 | 2 | CF | 60 | 35 |
| Octal | 23 | 223 | 372 | 134 | 51 | 0 | 2 | 317 | 140 | 65 |
| Binary | 10011 | 10010011 | 11111010 | 1011100 | 101001 | 0 | 10 | 11001111 | 1100000 | 110101 |
Color Harmonies of #1393FA
Complementary color
Monochromatic Colors of #1393FA
Black with #1393FA
Text Example
Text Example
White with #1393FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1393FA; }
p { color: rgb(19,147,250); }
H1.HeaderClassName
{
color: #1393FA;
}
.AnyTagClassName
{
color: #1393FA;
}
</style>
background-color css
<style>
a { background-color: #1393FA; }
a { background-color: rgb(19,147,250); }
div.DivClassName
{
background-color: #1393FA;
}
.BgClassName
{
background-color: #1393FA;
}
</style>
border-color css
<style>
span { border-color: #1393FA; }
span { border-color: rgb(19,147,250); }
td.TdClassName
{
border-color: #1393FA;
}
.TagClassName
{
border-color: #1393FA;
}
</style>