Shades of Dodger Blue #1A85DF
Tints of Dodger Blue #1A85DF
RGB
CMYK
RGB Variations
Color information
#1A85DF (or 0x1A85DF) is known color: Dodger Blue. HEX triplet: 1A, 85 and DF. RGB value is (26,133,223). Sum of RGB (Red+Green+Blue) = 26+133+223=382 (50% of max value = 765). Red value is 26 (10.55% from 255 or 6.81% from 382); Green value is 133 (52.34% from 255 or 34.82% from 382); Blue value is 223 (87.5% from 255 or 58.38% from 382); Max value from RGB is 223 - color contains mainly: blue. Hex color #1A85DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1A85DF is #E57A20. Grayscale: #6E6E6E. Windows color (decimal): -15039009 or 14648602. OLE color: 14648602.
HSL color Cylindrical-coordinate representation of color #1A85DF: hue angle of 207.41º 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 #1A85DF is Cyan = 0.88, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 133 | 223 | - |
| CMYK | 0.88 | 0.40 | 0 | 0.13 |
| HSL | 207.41º | 0.79% | 0.49% | - |
| HSV(B) | 207.41º | 0.88% | 0.87% | - |
| XYZ | 22.13 | 22.32 | 72.95 | - |
| YUV | 111.27 | 191.05 | 67.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 133 | 223 | 0.88 | 0.40 | 0 | 0.13 | 207.41 | 0.79 | 0.49 |
| Hex | 1A | 85 | DF | 58 | 28 | 0 | D | CF | 4F | 31 |
| Octal | 32 | 205 | 337 | 130 | 50 | 0 | 15 | 317 | 117 | 61 |
| Binary | 11010 | 10000101 | 11011111 | 1011000 | 101000 | 0 | 1101 | 11001111 | 1001111 | 110001 |
Color Harmonies of #1A85DF
Complementary color
Monochromatic Colors of #1A85DF
Black with #1A85DF
Text Example
Text Example
White with #1A85DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A85DF; }
p { color: rgb(26,133,223); }
H1.HeaderClassName
{
color: #1A85DF;
}
.AnyTagClassName
{
color: #1A85DF;
}
</style>
background-color css
<style>
a { background-color: #1A85DF; }
a { background-color: rgb(26,133,223); }
div.DivClassName
{
background-color: #1A85DF;
}
.BgClassName
{
background-color: #1A85DF;
}
</style>
border-color css
<style>
span { border-color: #1A85DF; }
span { border-color: rgb(26,133,223); }
td.TdClassName
{
border-color: #1A85DF;
}
.TagClassName
{
border-color: #1A85DF;
}
</style>