Shades of Dodger Blue #1A84DF
Tints of Dodger Blue #1A84DF
RGB
CMYK
RGB Variations
Color information
#1A84DF (or 0x1A84DF) is known color: Dodger Blue. HEX triplet: 1A, 84 and DF. RGB value is (26,132,223). Sum of RGB (Red+Green+Blue) = 26+132+223=381 (50% of max value = 765). Red value is 26 (10.55% from 255 or 6.82% from 381); Green value is 132 (51.95% from 255 or 34.65% from 381); Blue value is 223 (87.5% from 255 or 58.53% from 381); Max value from RGB is 223 - color contains mainly: blue. Hex color #1A84DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1A84DF is #E57B20. Grayscale: #6E6E6E. Windows color (decimal): -15039265 or 14648346. OLE color: 14648346.
HSL color Cylindrical-coordinate representation of color #1A84DF: hue angle of 207.72º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A84DF is Cyan = 0.88, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 132 | 223 | - |
| CMYK | 0.88 | 0.41 | 0 | 0.13 |
| HSL | 207.72º | 0.79% | 0.49% | - |
| HSV(B) | 207.72º | 0.88% | 0.87% | - |
| XYZ | 22 | 22.05 | 72.91 | - |
| YUV | 110.68 | 191.38 | 67.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 132 | 223 | 0.88 | 0.41 | 0 | 0.13 | 207.72 | 0.79 | 0.49 |
| Hex | 1A | 84 | DF | 58 | 29 | 0 | D | D0 | 4F | 31 |
| Octal | 32 | 204 | 337 | 130 | 51 | 0 | 15 | 320 | 117 | 61 |
| Binary | 11010 | 10000100 | 11011111 | 1011000 | 101001 | 0 | 1101 | 11010000 | 1001111 | 110001 |
Color Harmonies of #1A84DF
Complementary color
Monochromatic Colors of #1A84DF
Black with #1A84DF
Text Example
Text Example
White with #1A84DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A84DF; }
p { color: rgb(26,132,223); }
H1.HeaderClassName
{
color: #1A84DF;
}
.AnyTagClassName
{
color: #1A84DF;
}
</style>
background-color css
<style>
a { background-color: #1A84DF; }
a { background-color: rgb(26,132,223); }
div.DivClassName
{
background-color: #1A84DF;
}
.BgClassName
{
background-color: #1A84DF;
}
</style>
border-color css
<style>
span { border-color: #1A84DF; }
span { border-color: rgb(26,132,223); }
td.TdClassName
{
border-color: #1A84DF;
}
.TagClassName
{
border-color: #1A84DF;
}
</style>