Shades of Dodger Blue #1081FA
Tints of Dodger Blue #1081FA
RGB
CMYK
RGB Variations
Color information
#1081FA (or 0x1081FA) is known color: Dodger Blue. HEX triplet: 10, 81 and FA. RGB value is (16,129,250). Sum of RGB (Red+Green+Blue) = 16+129+250=395 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.05% from 395); Green value is 129 (50.78% from 255 or 32.66% from 395); Blue value is 250 (98.05% from 255 or 63.29% from 395); Max value from RGB is 250 - color contains mainly: blue. Hex color #1081FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1081FA is #EF7E05. Grayscale: #6C6C6C. Windows color (decimal): -15695366 or 16417040. OLE color: 16417040.
HSL color Cylindrical-coordinate representation of color #1081FA: hue angle of 211.03º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1081FA is Cyan = 0.94, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 129 | 250 | - |
| CMYK | 0.94 | 0.48 | 0 | 0.02 |
| HSL | 211.03º | 0.96% | 0.52% | - |
| HSV(B) | 211.03º | 0.94% | 0.98% | - |
| XYZ | 25.32 | 22.71 | 93.49 | - |
| YUV | 109.01 | 207.56 | 61.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 129 | 250 | 0.94 | 0.48 | 0 | 0.02 | 211.03 | 0.96 | 0.52 |
| Hex | 10 | 81 | FA | 5E | 30 | 0 | 2 | D3 | 60 | 34 |
| Octal | 20 | 201 | 372 | 136 | 60 | 0 | 2 | 323 | 140 | 64 |
| Binary | 10000 | 10000001 | 11111010 | 1011110 | 110000 | 0 | 10 | 11010011 | 1100000 | 110100 |
Color Harmonies of #1081FA
Complementary color
Monochromatic Colors of #1081FA
Black with #1081FA
Text Example
Text Example
White with #1081FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1081FA; }
p { color: rgb(16,129,250); }
H1.HeaderClassName
{
color: #1081FA;
}
.AnyTagClassName
{
color: #1081FA;
}
</style>
background-color css
<style>
a { background-color: #1081FA; }
a { background-color: rgb(16,129,250); }
div.DivClassName
{
background-color: #1081FA;
}
.BgClassName
{
background-color: #1081FA;
}
</style>
border-color css
<style>
span { border-color: #1081FA; }
span { border-color: rgb(16,129,250); }
td.TdClassName
{
border-color: #1081FA;
}
.TagClassName
{
border-color: #1081FA;
}
</style>