Shades of Dodger Blue #1E6BFB
Tints of Dodger Blue #1E6BFB
RGB
CMYK
RGB Variations
Color information
#1E6BFB (or 0x1E6BFB) is known color: Dodger Blue. HEX triplet: 1E, 6B and FB. RGB value is (30,107,251). Sum of RGB (Red+Green+Blue) = 30+107+251=388 (51% of max value = 765). Red value is 30 (12.11% from 255 or 7.73% from 388); Green value is 107 (42.19% from 255 or 27.58% from 388); Blue value is 251 (98.44% from 255 or 64.69% from 388); Max value from RGB is 251 - color contains mainly: blue. Hex color #1E6BFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E6BFB is #E19404. Grayscale: #636363. Windows color (decimal): -14783493 or 16476958. OLE color: 16476958.
HSL color Cylindrical-coordinate representation of color #1E6BFB: hue angle of 219.1º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E6BFB is Cyan = 0.88, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 30 | 107 | 251 | - |
| CMYK | 0.88 | 0.57 | 0 | 0.02 |
| HSL | 219.1º | 0.97% | 0.55% | - |
| HSV(B) | 219.1º | 0.88% | 0.98% | - |
| XYZ | 23.21 | 17.76 | 93.47 | - |
| YUV | 100.39 | 212.99 | 77.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 107 | 251 | 0.88 | 0.57 | 0 | 0.02 | 219.1 | 0.97 | 0.55 |
| Hex | 1E | 6B | FB | 58 | 39 | 0 | 2 | DB | 61 | 37 |
| Octal | 36 | 153 | 373 | 130 | 71 | 0 | 2 | 333 | 141 | 67 |
| Binary | 11110 | 1101011 | 11111011 | 1011000 | 111001 | 0 | 10 | 11011011 | 1100001 | 110111 |
Color Harmonies of #1E6BFB
Complementary color
Monochromatic Colors of #1E6BFB
Black with #1E6BFB
Text Example
Text Example
White with #1E6BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6BFB; }
p { color: rgb(30,107,251); }
H1.HeaderClassName
{
color: #1E6BFB;
}
.AnyTagClassName
{
color: #1E6BFB;
}
</style>
background-color css
<style>
a { background-color: #1E6BFB; }
a { background-color: rgb(30,107,251); }
div.DivClassName
{
background-color: #1E6BFB;
}
.BgClassName
{
background-color: #1E6BFB;
}
</style>
border-color css
<style>
span { border-color: #1E6BFB; }
span { border-color: rgb(30,107,251); }
td.TdClassName
{
border-color: #1E6BFB;
}
.TagClassName
{
border-color: #1E6BFB;
}
</style>