Shades of Dodger Blue #1881F7
Tints of Dodger Blue #1881F7
RGB
CMYK
RGB Variations
Color information
#1881F7 (or 0x1881F7) is known color: Dodger Blue. HEX triplet: 18, 81 and F7. RGB value is (24,129,247). Sum of RGB (Red+Green+Blue) = 24+129+247=400 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6% from 400); Green value is 129 (50.78% from 255 or 32.25% from 400); Blue value is 247 (96.88% from 255 or 61.75% from 400); Max value from RGB is 247 - color contains mainly: blue. Hex color #1881F7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1881F7 is #E77E08. Grayscale: #6E6E6E. Windows color (decimal): -15171081 or 16220440. OLE color: 16220440.
HSL color Cylindrical-coordinate representation of color #1881F7: hue angle of 211.75º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1881F7 is Cyan = 0.90, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 24 | 129 | 247 | - |
| CMYK | 0.90 | 0.48 | 0 | 0.03 |
| HSL | 211.75º | 0.93% | 0.53% | - |
| HSV(B) | 211.75º | 0.9% | 0.97% | - |
| XYZ | 25.02 | 22.61 | 91.04 | - |
| YUV | 111.06 | 204.71 | 65.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 129 | 247 | 0.90 | 0.48 | 0 | 0.03 | 211.75 | 0.93 | 0.53 |
| Hex | 18 | 81 | F7 | 5A | 30 | 0 | 3 | D4 | 5D | 35 |
| Octal | 30 | 201 | 367 | 132 | 60 | 0 | 3 | 324 | 135 | 65 |
| Binary | 11000 | 10000001 | 11110111 | 1011010 | 110000 | 0 | 11 | 11010100 | 1011101 | 110101 |
Color Harmonies of #1881F7
Complementary color
Monochromatic Colors of #1881F7
Black with #1881F7
Text Example
Text Example
White with #1881F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1881F7; }
p { color: rgb(24,129,247); }
H1.HeaderClassName
{
color: #1881F7;
}
.AnyTagClassName
{
color: #1881F7;
}
</style>
background-color css
<style>
a { background-color: #1881F7; }
a { background-color: rgb(24,129,247); }
div.DivClassName
{
background-color: #1881F7;
}
.BgClassName
{
background-color: #1881F7;
}
</style>
border-color css
<style>
span { border-color: #1881F7; }
span { border-color: rgb(24,129,247); }
td.TdClassName
{
border-color: #1881F7;
}
.TagClassName
{
border-color: #1881F7;
}
</style>