Shades of Dodger Blue #1482DF
Tints of Dodger Blue #1482DF
RGB
CMYK
RGB Variations
Color information
#1482DF (or 0x1482DF) is known color: Dodger Blue. HEX triplet: 14, 82 and DF. RGB value is (20,130,223). Sum of RGB (Red+Green+Blue) = 20+130+223=373 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.36% from 373); Green value is 130 (51.17% from 255 or 34.85% from 373); Blue value is 223 (87.5% from 255 or 59.79% from 373); Max value from RGB is 223 - color contains mainly: blue. Hex color #1482DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1482DF is #EB7D20. Grayscale: #6B6B6B. Windows color (decimal): -15432993 or 14647828. OLE color: 14647828.
HSL color Cylindrical-coordinate representation of color #1482DF: hue angle of 207.49º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1482DF is Cyan = 0.91, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 130 | 223 | - |
| CMYK | 0.91 | 0.42 | 0 | 0.13 |
| HSL | 207.49º | 0.84% | 0.48% | - |
| HSV(B) | 207.49º | 0.91% | 0.87% | - |
| XYZ | 21.59 | 21.44 | 72.81 | - |
| YUV | 107.71 | 193.06 | 65.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 130 | 223 | 0.91 | 0.42 | 0 | 0.13 | 207.49 | 0.84 | 0.48 |
| Hex | 14 | 82 | DF | 5B | 2A | 0 | D | CF | 54 | 30 |
| Octal | 24 | 202 | 337 | 133 | 52 | 0 | 15 | 317 | 124 | 60 |
| Binary | 10100 | 10000010 | 11011111 | 1011011 | 101010 | 0 | 1101 | 11001111 | 1010100 | 110000 |
Color Harmonies of #1482DF
Complementary color
Monochromatic Colors of #1482DF
Black with #1482DF
Text Example
Text Example
White with #1482DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1482DF; }
p { color: rgb(20,130,223); }
H1.HeaderClassName
{
color: #1482DF;
}
.AnyTagClassName
{
color: #1482DF;
}
</style>
background-color css
<style>
a { background-color: #1482DF; }
a { background-color: rgb(20,130,223); }
div.DivClassName
{
background-color: #1482DF;
}
.BgClassName
{
background-color: #1482DF;
}
</style>
border-color css
<style>
span { border-color: #1482DF; }
span { border-color: rgb(20,130,223); }
td.TdClassName
{
border-color: #1482DF;
}
.TagClassName
{
border-color: #1482DF;
}
</style>