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