Shades of Dodger Blue #337DFE
Tints of Dodger Blue #337DFE
RGB
CMYK
RGB Variations
Color information
#337DFE (or 0x337DFE) is known color: Dodger Blue. HEX triplet: 33, 7D and FE. RGB value is (51,125,254). Sum of RGB (Red+Green+Blue) = 51+125+254=430 (56% of max value = 765). Red value is 51 (20.31% from 255 or 11.86% from 430); Green value is 125 (49.22% from 255 or 29.07% from 430); Blue value is 254 (99.61% from 255 or 59.07% from 430); Max value from RGB is 254 - color contains mainly: blue. Hex color #337DFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #337DFE is #CC8201. Grayscale: #747474. Windows color (decimal): -13402626 or 16678195. OLE color: 16678195.
HSL color Cylindrical-coordinate representation of color #337DFE: hue angle of 218.13º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #337DFE is Cyan = 0.80, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 51 | 125 | 254 | - |
| CMYK | 0.80 | 0.51 | 0 | 0.00 |
| HSL | 218.13º | 0.99% | 0.6% | - |
| HSV(B) | 218.13º | 0.8% | 1% | - |
| XYZ | 26.59 | 22.53 | 96.71 | - |
| YUV | 117.58 | 204.98 | 80.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 125 | 254 | 0.80 | 0.51 | 0 | 0.00 | 218.13 | 0.99 | 0.6 |
| Hex | 33 | 7D | FE | 50 | 33 | 0 | 0 | DA | 63 | 3C |
| Octal | 63 | 175 | 376 | 120 | 63 | 0 | 0 | 332 | 143 | 74 |
| Binary | 110011 | 1111101 | 11111110 | 1010000 | 110011 | 0 | 0 | 11011010 | 1100011 | 111100 |
Color Harmonies of #337DFE
Complementary color
Monochromatic Colors of #337DFE
Black with #337DFE
Text Example
Text Example
White with #337DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337DFE; }
p { color: rgb(51,125,254); }
H1.HeaderClassName
{
color: #337DFE;
}
.AnyTagClassName
{
color: #337DFE;
}
</style>
background-color css
<style>
a { background-color: #337DFE; }
a { background-color: rgb(51,125,254); }
div.DivClassName
{
background-color: #337DFE;
}
.BgClassName
{
background-color: #337DFE;
}
</style>
border-color css
<style>
span { border-color: #337DFE; }
span { border-color: rgb(51,125,254); }
td.TdClassName
{
border-color: #337DFE;
}
.TagClassName
{
border-color: #337DFE;
}
</style>