Shades of Dodger Blue #0081F4
Tints of Dodger Blue #0081F4
RGB
CMYK
RGB Variations
Color information
#0081F4 (or 0x0081F4) is known color: Dodger Blue. HEX triplet: 00, 81 and F4. RGB value is (0,129,244). Sum of RGB (Red+Green+Blue) = 0+129+244=373 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 373); Green value is 129 (50.78% from 255 or 34.58% from 373); Blue value is 244 (95.70% from 255 or 65.42% from 373); Max value from RGB is 244 - color contains mainly: blue. Hex color #0081F4 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0081F4 is #FF7E0B. Grayscale: #666666. Windows color (decimal): -16743948 or 16023808. OLE color: 16023808.
HSL color Cylindrical-coordinate representation of color #0081F4: hue angle of 208.28º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0081F4 is Cyan = 1, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 0 | 129 | 244 | - |
| CMYK | 1 | 0.47 | 0 | 0.04 |
| HSL | 208.28º | 1% | 0.48% | - |
| HSV(B) | 208.28º | 1% | 0.96% | - |
| XYZ | 24.18 | 22.23 | 88.6 | - |
| YUV | 103.54 | 207.26 | 54.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 129 | 244 | 1 | 0.47 | 0 | 0.04 | 208.28 | 1 | 0.48 |
| Hex | 0 | 81 | F4 | 64 | 2F | 0 | 4 | D0 | 64 | 30 |
| Octal | 0 | 201 | 364 | 144 | 57 | 0 | 4 | 320 | 144 | 60 |
| Binary | 0 | 10000001 | 11110100 | 1100100 | 101111 | 0 | 100 | 11010000 | 1100100 | 110000 |
Color Harmonies of #0081F4
Complementary color
Monochromatic Colors of #0081F4
Black with #0081F4
Text Example
Text Example
White with #0081F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0081F4; }
p { color: rgb(0,129,244); }
H1.HeaderClassName
{
color: #0081F4;
}
.AnyTagClassName
{
color: #0081F4;
}
</style>
background-color css
<style>
a { background-color: #0081F4; }
a { background-color: rgb(0,129,244); }
div.DivClassName
{
background-color: #0081F4;
}
.BgClassName
{
background-color: #0081F4;
}
</style>
border-color css
<style>
span { border-color: #0081F4; }
span { border-color: rgb(0,129,244); }
td.TdClassName
{
border-color: #0081F4;
}
.TagClassName
{
border-color: #0081F4;
}
</style>