Shades of Dodger Blue #347DFE
Tints of Dodger Blue #347DFE
RGB
CMYK
RGB Variations
Color information
#347DFE (or 0x347DFE) is known color: Dodger Blue. HEX triplet: 34, 7D and FE. RGB value is (52,125,254). Sum of RGB (Red+Green+Blue) = 52+125+254=431 (57% of max value = 765). Red value is 52 (20.70% from 255 or 12.06% from 431); Green value is 125 (49.22% from 255 or 29.00% 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 #347DFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #347DFE is #CB8201. Grayscale: #757575. Windows color (decimal): -13337090 or 16678196. OLE color: 16678196.
HSL color Cylindrical-coordinate representation of color #347DFE: hue angle of 218.32º 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 #347DFE is Cyan = 0.80, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 52 | 125 | 254 | - |
| CMYK | 0.80 | 0.51 | 0 | 0.00 |
| HSL | 218.32º | 0.99% | 0.6% | - |
| HSV(B) | 218.32º | 0.8% | 1% | - |
| XYZ | 26.64 | 22.55 | 96.72 | - |
| YUV | 117.88 | 204.82 | 81.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 125 | 254 | 0.80 | 0.51 | 0 | 0.00 | 218.32 | 0.99 | 0.6 |
| Hex | 34 | 7D | FE | 50 | 33 | 0 | 0 | DA | 63 | 3C |
| Octal | 64 | 175 | 376 | 120 | 63 | 0 | 0 | 332 | 143 | 74 |
| Binary | 110100 | 1111101 | 11111110 | 1010000 | 110011 | 0 | 0 | 11011010 | 1100011 | 111100 |
Color Harmonies of #347DFE
Complementary color
Monochromatic Colors of #347DFE
Black with #347DFE
Text Example
Text Example
White with #347DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347DFE; }
p { color: rgb(52,125,254); }
H1.HeaderClassName
{
color: #347DFE;
}
.AnyTagClassName
{
color: #347DFE;
}
</style>
background-color css
<style>
a { background-color: #347DFE; }
a { background-color: rgb(52,125,254); }
div.DivClassName
{
background-color: #347DFE;
}
.BgClassName
{
background-color: #347DFE;
}
</style>
border-color css
<style>
span { border-color: #347DFE; }
span { border-color: rgb(52,125,254); }
td.TdClassName
{
border-color: #347DFE;
}
.TagClassName
{
border-color: #347DFE;
}
</style>