Shades of Dodger Blue #347EFF
Tints of Dodger Blue #347EFF
RGB
CMYK
RGB Variations
Color information
#347EFF (or 0x347EFF) is known color: Dodger Blue. HEX triplet: 34, 7E and FF. RGB value is (52,126,255). Sum of RGB (Red+Green+Blue) = 52+126+255=433 (57% of max value = 765). Red value is 52 (20.70% from 255 or 12.01% from 433); Green value is 126 (49.61% from 255 or 29.10% from 433); Blue value is 255 (100% from 255 or 58.89% from 433); Max value from RGB is 255 - color contains mainly: blue. Hex color #347EFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #347EFF is #CB8100. Grayscale: #757575. Windows color (decimal): -13336833 or 16743988. OLE color: 16743988.
HSL color Cylindrical-coordinate representation of color #347EFF: hue angle of 218.13º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #347EFF is Cyan = 0.80, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 52 | 126 | 255 | - |
| CMYK | 0.80 | 0.51 | 0 | 0 |
| HSL | 218.13º | 1% | 0.6% | - |
| HSV(B) | 218.13º | 0.8% | 1% | - |
| XYZ | 26.93 | 22.87 | 97.6 | - |
| YUV | 118.58 | 204.98 | 80.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 126 | 255 | 0.80 | 0.51 | 0 | 0 | 218.13 | 1 | 0.6 |
| Hex | 34 | 7E | FF | 50 | 33 | 0 | 0 | DA | 64 | 3C |
| Octal | 64 | 176 | 377 | 120 | 63 | 0 | 0 | 332 | 144 | 74 |
| Binary | 110100 | 1111110 | 11111111 | 1010000 | 110011 | 0 | 0 | 11011010 | 1100100 | 111100 |
Color Harmonies of #347EFF
Complementary color
Monochromatic Colors of #347EFF
Black with #347EFF
Text Example
Text Example
White with #347EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347EFF; }
p { color: rgb(52,126,255); }
H1.HeaderClassName
{
color: #347EFF;
}
.AnyTagClassName
{
color: #347EFF;
}
</style>
background-color css
<style>
a { background-color: #347EFF; }
a { background-color: rgb(52,126,255); }
div.DivClassName
{
background-color: #347EFF;
}
.BgClassName
{
background-color: #347EFF;
}
</style>
border-color css
<style>
span { border-color: #347EFF; }
span { border-color: rgb(52,126,255); }
td.TdClassName
{
border-color: #347EFF;
}
.TagClassName
{
border-color: #347EFF;
}
</style>