Shades of Dodger Blue #1483EF
Tints of Dodger Blue #1483EF
RGB
CMYK
RGB Variations
Color information
#1483EF (or 0x1483EF) is known color: Dodger Blue. HEX triplet: 14, 83 and EF. RGB value is (20,131,239). Sum of RGB (Red+Green+Blue) = 20+131+239=390 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.13% from 390); Green value is 131 (51.56% from 255 or 33.59% from 390); Blue value is 239 (93.75% from 255 or 61.28% from 390); Max value from RGB is 239 - color contains mainly: blue. Hex color #1483EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1483EF is #EB7C10. Grayscale: #6D6D6D. Windows color (decimal): -15432721 or 15696660. OLE color: 15696660.
HSL color Cylindrical-coordinate representation of color #1483EF: hue angle of 209.59º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1483EF is Cyan = 0.92, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 20 | 131 | 239 | - |
| CMYK | 0.92 | 0.45 | 0 | 0.06 |
| HSL | 209.59º | 0.87% | 0.51% | - |
| HSV(B) | 209.59º | 0.92% | 0.94% | - |
| XYZ | 23.98 | 22.61 | 84.76 | - |
| YUV | 110.12 | 200.73 | 63.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 131 | 239 | 0.92 | 0.45 | 0 | 0.06 | 209.59 | 0.87 | 0.51 |
| Hex | 14 | 83 | EF | 5C | 2D | 0 | 6 | D2 | 57 | 33 |
| Octal | 24 | 203 | 357 | 134 | 55 | 0 | 6 | 322 | 127 | 63 |
| Binary | 10100 | 10000011 | 11101111 | 1011100 | 101101 | 0 | 110 | 11010010 | 1010111 | 110011 |
Color Harmonies of #1483EF
Complementary color
Monochromatic Colors of #1483EF
Black with #1483EF
Text Example
Text Example
White with #1483EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1483EF; }
p { color: rgb(20,131,239); }
H1.HeaderClassName
{
color: #1483EF;
}
.AnyTagClassName
{
color: #1483EF;
}
</style>
background-color css
<style>
a { background-color: #1483EF; }
a { background-color: rgb(20,131,239); }
div.DivClassName
{
background-color: #1483EF;
}
.BgClassName
{
background-color: #1483EF;
}
</style>
border-color css
<style>
span { border-color: #1483EF; }
span { border-color: rgb(20,131,239); }
td.TdClassName
{
border-color: #1483EF;
}
.TagClassName
{
border-color: #1483EF;
}
</style>