Shades of Dodger Blue #1482F1
Tints of Dodger Blue #1482F1
RGB
CMYK
RGB Variations
Color information
#1482F1 (or 0x1482F1) is known color: Dodger Blue. HEX triplet: 14, 82 and F1. RGB value is (20,130,241). Sum of RGB (Red+Green+Blue) = 20+130+241=391 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.12% from 391); Green value is 130 (51.17% from 255 or 33.25% from 391); Blue value is 241 (94.53% from 255 or 61.64% from 391); Max value from RGB is 241 - color contains mainly: blue. Hex color #1482F1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1482F1 is #EB7D0E. Grayscale: #6D6D6D. Windows color (decimal): -15432975 or 15827476. OLE color: 15827476.
HSL color Cylindrical-coordinate representation of color #1482F1: hue angle of 210.14º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1482F1 is Cyan = 0.92, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 20 | 130 | 241 | - |
| CMYK | 0.92 | 0.46 | 0 | 0.05 |
| HSL | 210.14º | 0.89% | 0.51% | - |
| HSV(B) | 210.14º | 0.92% | 0.95% | - |
| XYZ | 24.15 | 22.46 | 86.28 | - |
| YUV | 109.76 | 202.06 | 63.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 130 | 241 | 0.92 | 0.46 | 0 | 0.05 | 210.14 | 0.89 | 0.51 |
| Hex | 14 | 82 | F1 | 5C | 2E | 0 | 5 | D2 | 59 | 33 |
| Octal | 24 | 202 | 361 | 134 | 56 | 0 | 5 | 322 | 131 | 63 |
| Binary | 10100 | 10000010 | 11110001 | 1011100 | 101110 | 0 | 101 | 11010010 | 1011001 | 110011 |
Color Harmonies of #1482F1
Complementary color
Monochromatic Colors of #1482F1
Black with #1482F1
Text Example
Text Example
White with #1482F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1482F1; }
p { color: rgb(20,130,241); }
H1.HeaderClassName
{
color: #1482F1;
}
.AnyTagClassName
{
color: #1482F1;
}
</style>
background-color css
<style>
a { background-color: #1482F1; }
a { background-color: rgb(20,130,241); }
div.DivClassName
{
background-color: #1482F1;
}
.BgClassName
{
background-color: #1482F1;
}
</style>
border-color css
<style>
span { border-color: #1482F1; }
span { border-color: rgb(20,130,241); }
td.TdClassName
{
border-color: #1482F1;
}
.TagClassName
{
border-color: #1482F1;
}
</style>