Shades of Dodger Blue #1081FD
Tints of Dodger Blue #1081FD
RGB
CMYK
RGB Variations
Color information
#1081FD (or 0x1081FD) is known color: Dodger Blue. HEX triplet: 10, 81 and FD. RGB value is (16,129,253). Sum of RGB (Red+Green+Blue) = 16+129+253=398 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.02% from 398); Green value is 129 (50.78% from 255 or 32.41% from 398); Blue value is 253 (99.22% from 255 or 63.57% from 398); Max value from RGB is 253 - color contains mainly: blue. Hex color #1081FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1081FD is #EF7E02. Grayscale: #6C6C6C. Windows color (decimal): -15695363 or 16613648. OLE color: 16613648.
HSL color Cylindrical-coordinate representation of color #1081FD: hue angle of 211.39º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1081FD is Cyan = 0.94, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 16 | 129 | 253 | - |
| CMYK | 0.94 | 0.49 | 0 | 0.01 |
| HSL | 211.39º | 0.98% | 0.53% | - |
| HSV(B) | 211.39º | 0.94% | 0.99% | - |
| XYZ | 25.79 | 22.9 | 95.99 | - |
| YUV | 109.35 | 209.06 | 61.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 129 | 253 | 0.94 | 0.49 | 0 | 0.01 | 211.39 | 0.98 | 0.53 |
| Hex | 10 | 81 | FD | 5E | 31 | 0 | 1 | D3 | 62 | 35 |
| Octal | 20 | 201 | 375 | 136 | 61 | 0 | 1 | 323 | 142 | 65 |
| Binary | 10000 | 10000001 | 11111101 | 1011110 | 110001 | 0 | 1 | 11010011 | 1100010 | 110101 |
Color Harmonies of #1081FD
Complementary color
Monochromatic Colors of #1081FD
Black with #1081FD
Text Example
Text Example
White with #1081FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1081FD; }
p { color: rgb(16,129,253); }
H1.HeaderClassName
{
color: #1081FD;
}
.AnyTagClassName
{
color: #1081FD;
}
</style>
background-color css
<style>
a { background-color: #1081FD; }
a { background-color: rgb(16,129,253); }
div.DivClassName
{
background-color: #1081FD;
}
.BgClassName
{
background-color: #1081FD;
}
</style>
border-color css
<style>
span { border-color: #1081FD; }
span { border-color: rgb(16,129,253); }
td.TdClassName
{
border-color: #1081FD;
}
.TagClassName
{
border-color: #1081FD;
}
</style>