Shades of Dodger Blue #1E6BFE
Tints of Dodger Blue #1E6BFE
RGB
CMYK
RGB Variations
Color information
#1E6BFE (or 0x1E6BFE) is known color: Dodger Blue. HEX triplet: 1E, 6B and FE. RGB value is (30,107,254). Sum of RGB (Red+Green+Blue) = 30+107+254=391 (51% of max value = 765). Red value is 30 (12.11% from 255 or 7.67% from 391); Green value is 107 (42.19% from 255 or 27.37% from 391); Blue value is 254 (99.61% from 255 or 64.96% from 391); Max value from RGB is 254 - color contains mainly: blue. Hex color #1E6BFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E6BFE is #E19401. Grayscale: #646464. Windows color (decimal): -14783490 or 16673566. OLE color: 16673566.
HSL color Cylindrical-coordinate representation of color #1E6BFE: hue angle of 219.38º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E6BFE is Cyan = 0.88, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 30 | 107 | 254 | - |
| CMYK | 0.88 | 0.58 | 0 | 0.00 |
| HSL | 219.38º | 0.99% | 0.56% | - |
| HSV(B) | 219.38º | 0.88% | 1% | - |
| XYZ | 23.68 | 17.95 | 95.98 | - |
| YUV | 100.74 | 214.49 | 77.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 107 | 254 | 0.88 | 0.58 | 0 | 0.00 | 219.38 | 0.99 | 0.56 |
| Hex | 1E | 6B | FE | 58 | 3A | 0 | 0 | DB | 63 | 38 |
| Octal | 36 | 153 | 376 | 130 | 72 | 0 | 0 | 333 | 143 | 70 |
| Binary | 11110 | 1101011 | 11111110 | 1011000 | 111010 | 0 | 0 | 11011011 | 1100011 | 111000 |
Color Harmonies of #1E6BFE
Complementary color
Monochromatic Colors of #1E6BFE
Black with #1E6BFE
Text Example
Text Example
White with #1E6BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6BFE; }
p { color: rgb(30,107,254); }
H1.HeaderClassName
{
color: #1E6BFE;
}
.AnyTagClassName
{
color: #1E6BFE;
}
</style>
background-color css
<style>
a { background-color: #1E6BFE; }
a { background-color: rgb(30,107,254); }
div.DivClassName
{
background-color: #1E6BFE;
}
.BgClassName
{
background-color: #1E6BFE;
}
</style>
border-color css
<style>
span { border-color: #1E6BFE; }
span { border-color: rgb(30,107,254); }
td.TdClassName
{
border-color: #1E6BFE;
}
.TagClassName
{
border-color: #1E6BFE;
}
</style>