Shades of Dodger Blue #1A83EF
Tints of Dodger Blue #1A83EF
RGB
CMYK
RGB Variations
Color information
#1A83EF (or 0x1A83EF) is known color: Dodger Blue. HEX triplet: 1A, 83 and EF. RGB value is (26,131,239). Sum of RGB (Red+Green+Blue) = 26+131+239=396 (52% of max value = 765). Red value is 26 (10.55% from 255 or 6.57% from 396); Green value is 131 (51.56% from 255 or 33.08% from 396); Blue value is 239 (93.75% from 255 or 60.35% from 396); Max value from RGB is 239 - color contains mainly: blue. Hex color #1A83EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1A83EF is #E57C10. Grayscale: #6F6F6F. Windows color (decimal): -15039505 or 15696666. OLE color: 15696666.
HSL color Cylindrical-coordinate representation of color #1A83EF: hue angle of 210.42º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A83EF is Cyan = 0.89, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 26 | 131 | 239 | - |
| CMYK | 0.89 | 0.45 | 0 | 0.06 |
| HSL | 210.42º | 0.87% | 0.52% | - |
| HSV(B) | 210.42º | 0.89% | 0.94% | - |
| XYZ | 24.12 | 22.68 | 84.77 | - |
| YUV | 111.92 | 199.71 | 66.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 131 | 239 | 0.89 | 0.45 | 0 | 0.06 | 210.42 | 0.87 | 0.52 |
| Hex | 1A | 83 | EF | 59 | 2D | 0 | 6 | D2 | 57 | 34 |
| Octal | 32 | 203 | 357 | 131 | 55 | 0 | 6 | 322 | 127 | 64 |
| Binary | 11010 | 10000011 | 11101111 | 1011001 | 101101 | 0 | 110 | 11010010 | 1010111 | 110100 |
Color Harmonies of #1A83EF
Complementary color
Monochromatic Colors of #1A83EF
Black with #1A83EF
Text Example
Text Example
White with #1A83EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A83EF; }
p { color: rgb(26,131,239); }
H1.HeaderClassName
{
color: #1A83EF;
}
.AnyTagClassName
{
color: #1A83EF;
}
</style>
background-color css
<style>
a { background-color: #1A83EF; }
a { background-color: rgb(26,131,239); }
div.DivClassName
{
background-color: #1A83EF;
}
.BgClassName
{
background-color: #1A83EF;
}
</style>
border-color css
<style>
span { border-color: #1A83EF; }
span { border-color: rgb(26,131,239); }
td.TdClassName
{
border-color: #1A83EF;
}
.TagClassName
{
border-color: #1A83EF;
}
</style>