Shades of Dodger Blue #1A83DF
Tints of Dodger Blue #1A83DF
RGB
CMYK
RGB Variations
Color information
#1A83DF (or 0x1A83DF) is known color: Dodger Blue. HEX triplet: 1A, 83 and DF. RGB value is (26,131,223). Sum of RGB (Red+Green+Blue) = 26+131+223=380 (50% of max value = 765). Red value is 26 (10.55% from 255 or 6.84% from 380); Green value is 131 (51.56% from 255 or 34.47% from 380); Blue value is 223 (87.5% from 255 or 58.68% from 380); Max value from RGB is 223 - color contains mainly: blue. Hex color #1A83DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1A83DF is #E57C20. Grayscale: #6D6D6D. Windows color (decimal): -15039521 or 14648090. OLE color: 14648090.
HSL color Cylindrical-coordinate representation of color #1A83DF: hue angle of 208.02º 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 #1A83DF is Cyan = 0.88, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 131 | 223 | - |
| CMYK | 0.88 | 0.41 | 0 | 0.13 |
| HSL | 208.02º | 0.79% | 0.49% | - |
| HSV(B) | 208.02º | 0.88% | 0.87% | - |
| XYZ | 21.86 | 21.78 | 72.86 | - |
| YUV | 110.09 | 191.71 | 68.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 131 | 223 | 0.88 | 0.41 | 0 | 0.13 | 208.02 | 0.79 | 0.49 |
| Hex | 1A | 83 | DF | 58 | 29 | 0 | D | D0 | 4F | 31 |
| Octal | 32 | 203 | 337 | 130 | 51 | 0 | 15 | 320 | 117 | 61 |
| Binary | 11010 | 10000011 | 11011111 | 1011000 | 101001 | 0 | 1101 | 11010000 | 1001111 | 110001 |
Color Harmonies of #1A83DF
Complementary color
Monochromatic Colors of #1A83DF
Black with #1A83DF
Text Example
Text Example
White with #1A83DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A83DF; }
p { color: rgb(26,131,223); }
H1.HeaderClassName
{
color: #1A83DF;
}
.AnyTagClassName
{
color: #1A83DF;
}
</style>
background-color css
<style>
a { background-color: #1A83DF; }
a { background-color: rgb(26,131,223); }
div.DivClassName
{
background-color: #1A83DF;
}
.BgClassName
{
background-color: #1A83DF;
}
</style>
border-color css
<style>
span { border-color: #1A83DF; }
span { border-color: rgb(26,131,223); }
td.TdClassName
{
border-color: #1A83DF;
}
.TagClassName
{
border-color: #1A83DF;
}
</style>