Shades of Dodger Blue #1383FF
Tints of Dodger Blue #1383FF
RGB
CMYK
RGB Variations
Color information
#1383FF (or 0x1383FF) is known color: Dodger Blue. HEX triplet: 13, 83 and FF. RGB value is (19,131,255). Sum of RGB (Red+Green+Blue) = 19+131+255=405 (53% of max value = 765). Red value is 19 (7.81% from 255 or 4.69% from 405); Green value is 131 (51.56% from 255 or 32.35% from 405); Blue value is 255 (100% from 255 or 62.96% from 405); Max value from RGB is 255 - color contains mainly: blue. Hex color #1383FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1383FF is #EC7C00. Grayscale: #6F6F6F. Windows color (decimal): -15498241 or 16745235. OLE color: 16745235.
HSL color Cylindrical-coordinate representation of color #1383FF: hue angle of 211.53º 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 #1383FF is Cyan = 0.93, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 19 | 131 | 255 | - |
| CMYK | 0.93 | 0.49 | 0 | 0 |
| HSL | 211.53º | 1% | 0.54% | - |
| HSV(B) | 211.53º | 0.93% | 1% | - |
| XYZ | 26.43 | 23.59 | 97.77 | - |
| YUV | 111.65 | 208.89 | 61.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 131 | 255 | 0.93 | 0.49 | 0 | 0 | 211.53 | 1 | 0.54 |
| Hex | 13 | 83 | FF | 5D | 31 | 0 | 0 | D4 | 64 | 36 |
| Octal | 23 | 203 | 377 | 135 | 61 | 0 | 0 | 324 | 144 | 66 |
| Binary | 10011 | 10000011 | 11111111 | 1011101 | 110001 | 0 | 0 | 11010100 | 1100100 | 110110 |
Color Harmonies of #1383FF
Complementary color
Monochromatic Colors of #1383FF
Black with #1383FF
Text Example
Text Example
White with #1383FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1383FF; }
p { color: rgb(19,131,255); }
H1.HeaderClassName
{
color: #1383FF;
}
.AnyTagClassName
{
color: #1383FF;
}
</style>
background-color css
<style>
a { background-color: #1383FF; }
a { background-color: rgb(19,131,255); }
div.DivClassName
{
background-color: #1383FF;
}
.BgClassName
{
background-color: #1383FF;
}
</style>
border-color css
<style>
span { border-color: #1383FF; }
span { border-color: rgb(19,131,255); }
td.TdClassName
{
border-color: #1383FF;
}
.TagClassName
{
border-color: #1383FF;
}
</style>