Shades of Dodger Blue #1E6BFC
Tints of Dodger Blue #1E6BFC
RGB
CMYK
RGB Variations
Color information
#1E6BFC (or 0x1E6BFC) is known color: Dodger Blue. HEX triplet: 1E, 6B and FC. RGB value is (30,107,252). Sum of RGB (Red+Green+Blue) = 30+107+252=389 (51% of max value = 765). Red value is 30 (12.11% from 255 or 7.71% from 389); Green value is 107 (42.19% from 255 or 27.51% from 389); Blue value is 252 (98.83% from 255 or 64.78% from 389); Max value from RGB is 252 - color contains mainly: blue. Hex color #1E6BFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E6BFC is #E19403. Grayscale: #636363. Windows color (decimal): -14783492 or 16542494. OLE color: 16542494.
HSL color Cylindrical-coordinate representation of color #1E6BFC: hue angle of 219.19º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E6BFC is Cyan = 0.88, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 30 | 107 | 252 | - |
| CMYK | 0.88 | 0.58 | 0 | 0.01 |
| HSL | 219.19º | 0.97% | 0.55% | - |
| HSV(B) | 219.19º | 0.88% | 0.99% | - |
| XYZ | 23.36 | 17.82 | 94.3 | - |
| YUV | 100.51 | 213.49 | 77.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 107 | 252 | 0.88 | 0.58 | 0 | 0.01 | 219.19 | 0.97 | 0.55 |
| Hex | 1E | 6B | FC | 58 | 3A | 0 | 1 | DB | 61 | 37 |
| Octal | 36 | 153 | 374 | 130 | 72 | 0 | 1 | 333 | 141 | 67 |
| Binary | 11110 | 1101011 | 11111100 | 1011000 | 111010 | 0 | 1 | 11011011 | 1100001 | 110111 |
Color Harmonies of #1E6BFC
Complementary color
Monochromatic Colors of #1E6BFC
Black with #1E6BFC
Text Example
Text Example
White with #1E6BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6BFC; }
p { color: rgb(30,107,252); }
H1.HeaderClassName
{
color: #1E6BFC;
}
.AnyTagClassName
{
color: #1E6BFC;
}
</style>
background-color css
<style>
a { background-color: #1E6BFC; }
a { background-color: rgb(30,107,252); }
div.DivClassName
{
background-color: #1E6BFC;
}
.BgClassName
{
background-color: #1E6BFC;
}
</style>
border-color css
<style>
span { border-color: #1E6BFC; }
span { border-color: rgb(30,107,252); }
td.TdClassName
{
border-color: #1E6BFC;
}
.TagClassName
{
border-color: #1E6BFC;
}
</style>