Shades of Dodger Blue #1F81DF
Tints of Dodger Blue #1F81DF
RGB
CMYK
RGB Variations
Color information
#1F81DF (or 0x1F81DF) is known color: Dodger Blue. HEX triplet: 1F, 81 and DF. RGB value is (31,129,223). Sum of RGB (Red+Green+Blue) = 31+129+223=383 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.09% from 383); Green value is 129 (50.78% from 255 or 33.68% from 383); Blue value is 223 (87.5% from 255 or 58.22% from 383); Max value from RGB is 223 - color contains mainly: blue. Hex color #1F81DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F81DF is #E07E20. Grayscale: #6D6D6D. Windows color (decimal): -14712353 or 14647583. OLE color: 14647583.
HSL color Cylindrical-coordinate representation of color #1F81DF: hue angle of 209.38º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F81DF is Cyan = 0.86, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 31 | 129 | 223 | - |
| CMYK | 0.86 | 0.42 | 0 | 0.13 |
| HSL | 209.38º | 0.76% | 0.5% | - |
| HSV(B) | 209.38º | 0.86% | 0.87% | - |
| XYZ | 21.73 | 21.32 | 72.78 | - |
| YUV | 110.41 | 191.53 | 71.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 129 | 223 | 0.86 | 0.42 | 0 | 0.13 | 209.38 | 0.76 | 0.5 |
| Hex | 1F | 81 | DF | 56 | 2A | 0 | D | D1 | 4C | 32 |
| Octal | 37 | 201 | 337 | 126 | 52 | 0 | 15 | 321 | 114 | 62 |
| Binary | 11111 | 10000001 | 11011111 | 1010110 | 101010 | 0 | 1101 | 11010001 | 1001100 | 110010 |
Color Harmonies of #1F81DF
Complementary color
Monochromatic Colors of #1F81DF
Black with #1F81DF
Text Example
Text Example
White with #1F81DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F81DF; }
p { color: rgb(31,129,223); }
H1.HeaderClassName
{
color: #1F81DF;
}
.AnyTagClassName
{
color: #1F81DF;
}
</style>
background-color css
<style>
a { background-color: #1F81DF; }
a { background-color: rgb(31,129,223); }
div.DivClassName
{
background-color: #1F81DF;
}
.BgClassName
{
background-color: #1F81DF;
}
</style>
border-color css
<style>
span { border-color: #1F81DF; }
span { border-color: rgb(31,129,223); }
td.TdClassName
{
border-color: #1F81DF;
}
.TagClassName
{
border-color: #1F81DF;
}
</style>