Shades of Dodger Blue #1D67FE
Tints of Dodger Blue #1D67FE
RGB
CMYK
RGB Variations
Color information
#1D67FE (or 0x1D67FE) is known color: Dodger Blue. HEX triplet: 1D, 67 and FE. RGB value is (29,103,254). Sum of RGB (Red+Green+Blue) = 29+103+254=386 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.51% from 386); Green value is 103 (40.62% from 255 or 26.68% from 386); Blue value is 254 (99.61% from 255 or 65.80% from 386); Max value from RGB is 254 - color contains mainly: blue. Hex color #1D67FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D67FE is #E29801. Grayscale: #616161. Windows color (decimal): -14850050 or 16672541. OLE color: 16672541.
HSL color Cylindrical-coordinate representation of color #1D67FE: hue angle of 220.27º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1D67FE is Cyan = 0.89, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 29 | 103 | 254 | - |
| CMYK | 0.89 | 0.59 | 0 | 0.00 |
| HSL | 220.27º | 0.99% | 0.55% | - |
| HSV(B) | 220.27º | 0.89% | 1% | - |
| XYZ | 23.25 | 17.12 | 95.84 | - |
| YUV | 98.09 | 215.98 | 78.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 103 | 254 | 0.89 | 0.59 | 0 | 0.00 | 220.27 | 0.99 | 0.55 |
| Hex | 1D | 67 | FE | 59 | 3B | 0 | 0 | DC | 63 | 37 |
| Octal | 35 | 147 | 376 | 131 | 73 | 0 | 0 | 334 | 143 | 67 |
| Binary | 11101 | 1100111 | 11111110 | 1011001 | 111011 | 0 | 0 | 11011100 | 1100011 | 110111 |
Color Harmonies of #1D67FE
Complementary color
Monochromatic Colors of #1D67FE
Black with #1D67FE
Text Example
Text Example
White with #1D67FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D67FE; }
p { color: rgb(29,103,254); }
H1.HeaderClassName
{
color: #1D67FE;
}
.AnyTagClassName
{
color: #1D67FE;
}
</style>
background-color css
<style>
a { background-color: #1D67FE; }
a { background-color: rgb(29,103,254); }
div.DivClassName
{
background-color: #1D67FE;
}
.BgClassName
{
background-color: #1D67FE;
}
</style>
border-color css
<style>
span { border-color: #1D67FE; }
span { border-color: rgb(29,103,254); }
td.TdClassName
{
border-color: #1D67FE;
}
.TagClassName
{
border-color: #1D67FE;
}
</style>