Shades of Dodger Blue #1483E7
Tints of Dodger Blue #1483E7
RGB
CMYK
RGB Variations
Color information
#1483E7 (or 0x1483E7) is known color: Dodger Blue. HEX triplet: 14, 83 and E7. RGB value is (20,131,231). Sum of RGB (Red+Green+Blue) = 20+131+231=382 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.24% from 382); Green value is 131 (51.56% from 255 or 34.29% from 382); Blue value is 231 (90.62% from 255 or 60.47% from 382); Max value from RGB is 231 - color contains mainly: blue. Hex color #1483E7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1483E7 is #EB7C18. Grayscale: #6C6C6C. Windows color (decimal): -15432729 or 15172372. OLE color: 15172372.
HSL color Cylindrical-coordinate representation of color #1483E7: hue angle of 208.44º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1483E7 is Cyan = 0.91, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 20 | 131 | 231 | - |
| CMYK | 0.91 | 0.43 | 0 | 0.09 |
| HSL | 208.44º | 0.84% | 0.49% | - |
| HSV(B) | 208.44º | 0.91% | 0.91% | - |
| XYZ | 22.83 | 22.15 | 78.67 | - |
| YUV | 109.21 | 196.73 | 64.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 131 | 231 | 0.91 | 0.43 | 0 | 0.09 | 208.44 | 0.84 | 0.49 |
| Hex | 14 | 83 | E7 | 5B | 2B | 0 | 9 | D0 | 54 | 31 |
| Octal | 24 | 203 | 347 | 133 | 53 | 0 | 11 | 320 | 124 | 61 |
| Binary | 10100 | 10000011 | 11100111 | 1011011 | 101011 | 0 | 1001 | 11010000 | 1010100 | 110001 |
Color Harmonies of #1483E7
Complementary color
Monochromatic Colors of #1483E7
Black with #1483E7
Text Example
Text Example
White with #1483E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1483E7; }
p { color: rgb(20,131,231); }
H1.HeaderClassName
{
color: #1483E7;
}
.AnyTagClassName
{
color: #1483E7;
}
</style>
background-color css
<style>
a { background-color: #1483E7; }
a { background-color: rgb(20,131,231); }
div.DivClassName
{
background-color: #1483E7;
}
.BgClassName
{
background-color: #1483E7;
}
</style>
border-color css
<style>
span { border-color: #1483E7; }
span { border-color: rgb(20,131,231); }
td.TdClassName
{
border-color: #1483E7;
}
.TagClassName
{
border-color: #1483E7;
}
</style>