Shades of Dodger Blue #337EFE
Tints of Dodger Blue #337EFE
RGB
CMYK
RGB Variations
Color information
#337EFE (or 0x337EFE) is known color: Dodger Blue. HEX triplet: 33, 7E and FE. RGB value is (51,126,254). Sum of RGB (Red+Green+Blue) = 51+126+254=431 (57% of max value = 765). Red value is 51 (20.31% from 255 or 11.83% from 431); Green value is 126 (49.61% from 255 or 29.23% from 431); Blue value is 254 (99.61% from 255 or 58.93% from 431); Max value from RGB is 254 - color contains mainly: blue. Hex color #337EFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #337EFE is #CC8101. Grayscale: #757575. Windows color (decimal): -13402370 or 16678451. OLE color: 16678451.
HSL color Cylindrical-coordinate representation of color #337EFE: hue angle of 217.83º 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 #337EFE is Cyan = 0.80, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 51 | 126 | 254 | - |
| CMYK | 0.80 | 0.50 | 0 | 0.00 |
| HSL | 217.83º | 0.99% | 0.6% | - |
| HSV(B) | 217.83º | 0.8% | 1% | - |
| XYZ | 26.72 | 22.78 | 96.76 | - |
| YUV | 118.17 | 204.65 | 80.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 126 | 254 | 0.80 | 0.50 | 0 | 0.00 | 217.83 | 0.99 | 0.6 |
| Hex | 33 | 7E | FE | 50 | 32 | 0 | 0 | DA | 63 | 3C |
| Octal | 63 | 176 | 376 | 120 | 62 | 0 | 0 | 332 | 143 | 74 |
| Binary | 110011 | 1111110 | 11111110 | 1010000 | 110010 | 0 | 0 | 11011010 | 1100011 | 111100 |
Color Harmonies of #337EFE
Complementary color
Monochromatic Colors of #337EFE
Black with #337EFE
Text Example
Text Example
White with #337EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337EFE; }
p { color: rgb(51,126,254); }
H1.HeaderClassName
{
color: #337EFE;
}
.AnyTagClassName
{
color: #337EFE;
}
</style>
background-color css
<style>
a { background-color: #337EFE; }
a { background-color: rgb(51,126,254); }
div.DivClassName
{
background-color: #337EFE;
}
.BgClassName
{
background-color: #337EFE;
}
</style>
border-color css
<style>
span { border-color: #337EFE; }
span { border-color: rgb(51,126,254); }
td.TdClassName
{
border-color: #337EFE;
}
.TagClassName
{
border-color: #337EFE;
}
</style>