Shades of Dodger Blue #1E67FB
Tints of Dodger Blue #1E67FB
RGB
CMYK
RGB Variations
Color information
#1E67FB (or 0x1E67FB) is known color: Dodger Blue. HEX triplet: 1E, 67 and FB. RGB value is (30,103,251). Sum of RGB (Red+Green+Blue) = 30+103+251=384 (50% of max value = 765). Red value is 30 (12.11% from 255 or 7.81% from 384); Green value is 103 (40.62% from 255 or 26.82% from 384); Blue value is 251 (98.44% from 255 or 65.36% from 384); Max value from RGB is 251 - color contains mainly: blue. Hex color #1E67FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E67FB is #E19804. Grayscale: #616161. Windows color (decimal): -14784517 or 16475934. OLE color: 16475934.
HSL color Cylindrical-coordinate representation of color #1E67FB: hue angle of 220.18º 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 #1E67FB is Cyan = 0.88, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 30 | 103 | 251 | - |
| CMYK | 0.88 | 0.59 | 0 | 0.02 |
| HSL | 220.18º | 0.97% | 0.55% | - |
| HSV(B) | 220.18º | 0.88% | 0.98% | - |
| XYZ | 22.8 | 16.94 | 93.34 | - |
| YUV | 98.05 | 214.32 | 79.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 103 | 251 | 0.88 | 0.59 | 0 | 0.02 | 220.18 | 0.97 | 0.55 |
| Hex | 1E | 67 | FB | 58 | 3B | 0 | 2 | DC | 61 | 37 |
| Octal | 36 | 147 | 373 | 130 | 73 | 0 | 2 | 334 | 141 | 67 |
| Binary | 11110 | 1100111 | 11111011 | 1011000 | 111011 | 0 | 10 | 11011100 | 1100001 | 110111 |
Color Harmonies of #1E67FB
Complementary color
Monochromatic Colors of #1E67FB
Black with #1E67FB
Text Example
Text Example
White with #1E67FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E67FB; }
p { color: rgb(30,103,251); }
H1.HeaderClassName
{
color: #1E67FB;
}
.AnyTagClassName
{
color: #1E67FB;
}
</style>
background-color css
<style>
a { background-color: #1E67FB; }
a { background-color: rgb(30,103,251); }
div.DivClassName
{
background-color: #1E67FB;
}
.BgClassName
{
background-color: #1E67FB;
}
</style>
border-color css
<style>
span { border-color: #1E67FB; }
span { border-color: rgb(30,103,251); }
td.TdClassName
{
border-color: #1E67FB;
}
.TagClassName
{
border-color: #1E67FB;
}
</style>