Shades of Dodger Blue #1483FA
Tints of Dodger Blue #1483FA
RGB
CMYK
RGB Variations
Color information
#1483FA (or 0x1483FA) is known color: Dodger Blue. HEX triplet: 14, 83 and FA. RGB value is (20,131,250). Sum of RGB (Red+Green+Blue) = 20+131+250=401 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.99% from 401); Green value is 131 (51.56% from 255 or 32.67% from 401); Blue value is 250 (98.05% from 255 or 62.34% from 401); Max value from RGB is 250 - color contains mainly: blue. Hex color #1483FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1483FA is #EB7C05. Grayscale: #6E6E6E. Windows color (decimal): -15432710 or 16417556. OLE color: 16417556.
HSL color Cylindrical-coordinate representation of color #1483FA: hue angle of 211.04º 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 #1483FA is Cyan = 0.92, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 20 | 131 | 250 | - |
| CMYK | 0.92 | 0.48 | 0 | 0.02 |
| HSL | 211.04º | 0.96% | 0.53% | - |
| HSV(B) | 211.04º | 0.92% | 0.98% | - |
| XYZ | 25.66 | 23.28 | 93.58 | - |
| YUV | 111.38 | 206.23 | 62.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 131 | 250 | 0.92 | 0.48 | 0 | 0.02 | 211.04 | 0.96 | 0.53 |
| Hex | 14 | 83 | FA | 5C | 30 | 0 | 2 | D3 | 60 | 35 |
| Octal | 24 | 203 | 372 | 134 | 60 | 0 | 2 | 323 | 140 | 65 |
| Binary | 10100 | 10000011 | 11111010 | 1011100 | 110000 | 0 | 10 | 11010011 | 1100000 | 110101 |
Color Harmonies of #1483FA
Complementary color
Monochromatic Colors of #1483FA
Black with #1483FA
Text Example
Text Example
White with #1483FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1483FA; }
p { color: rgb(20,131,250); }
H1.HeaderClassName
{
color: #1483FA;
}
.AnyTagClassName
{
color: #1483FA;
}
</style>
background-color css
<style>
a { background-color: #1483FA; }
a { background-color: rgb(20,131,250); }
div.DivClassName
{
background-color: #1483FA;
}
.BgClassName
{
background-color: #1483FA;
}
</style>
border-color css
<style>
span { border-color: #1483FA; }
span { border-color: rgb(20,131,250); }
td.TdClassName
{
border-color: #1483FA;
}
.TagClassName
{
border-color: #1483FA;
}
</style>