Shades of Dodger Blue #1282F7
Tints of Dodger Blue #1282F7
RGB
CMYK
RGB Variations
Color information
#1282F7 (or 0x1282F7) is known color: Dodger Blue. HEX triplet: 12, 82 and F7. RGB value is (18,130,247). Sum of RGB (Red+Green+Blue) = 18+130+247=395 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.56% from 395); Green value is 130 (51.17% from 255 or 32.91% from 395); Blue value is 247 (96.88% from 255 or 62.53% from 395); Max value from RGB is 247 - color contains mainly: blue. Hex color #1282F7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1282F7 is #ED7D08. Grayscale: #6D6D6D. Windows color (decimal): -15564041 or 16220690. OLE color: 16220690.
HSL color Cylindrical-coordinate representation of color #1282F7: hue angle of 210.66º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1282F7 is Cyan = 0.93, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 18 | 130 | 247 | - |
| CMYK | 0.93 | 0.47 | 0 | 0.03 |
| HSL | 210.66º | 0.93% | 0.52% | - |
| HSV(B) | 210.66º | 0.93% | 0.97% | - |
| XYZ | 25.02 | 22.81 | 91.08 | - |
| YUV | 109.85 | 205.39 | 62.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 130 | 247 | 0.93 | 0.47 | 0 | 0.03 | 210.66 | 0.93 | 0.52 |
| Hex | 12 | 82 | F7 | 5D | 2F | 0 | 3 | D3 | 5D | 34 |
| Octal | 22 | 202 | 367 | 135 | 57 | 0 | 3 | 323 | 135 | 64 |
| Binary | 10010 | 10000010 | 11110111 | 1011101 | 101111 | 0 | 11 | 11010011 | 1011101 | 110100 |
Color Harmonies of #1282F7
Complementary color
Monochromatic Colors of #1282F7
Black with #1282F7
Text Example
Text Example
White with #1282F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1282F7; }
p { color: rgb(18,130,247); }
H1.HeaderClassName
{
color: #1282F7;
}
.AnyTagClassName
{
color: #1282F7;
}
</style>
background-color css
<style>
a { background-color: #1282F7; }
a { background-color: rgb(18,130,247); }
div.DivClassName
{
background-color: #1282F7;
}
.BgClassName
{
background-color: #1282F7;
}
</style>
border-color css
<style>
span { border-color: #1282F7; }
span { border-color: rgb(18,130,247); }
td.TdClassName
{
border-color: #1282F7;
}
.TagClassName
{
border-color: #1282F7;
}
</style>