Shades of Dodger Blue #347FFF
Tints of Dodger Blue #347FFF
RGB
CMYK
RGB Variations
Color information
#347FFF (or 0x347FFF) is known color: Dodger Blue. HEX triplet: 34, 7F and FF. RGB value is (52,127,255). Sum of RGB (Red+Green+Blue) = 52+127+255=434 (57% of max value = 765). Red value is 52 (20.70% from 255 or 11.98% from 434); Green value is 127 (50% from 255 or 29.26% from 434); Blue value is 255 (100% from 255 or 58.76% from 434); Max value from RGB is 255 - color contains mainly: blue. Hex color #347FFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #347FFF is #CB8000. Grayscale: #767676. Windows color (decimal): -13336577 or 16744244. OLE color: 16744244.
HSL color Cylindrical-coordinate representation of color #347FFF: hue angle of 217.83º 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 #347FFF is Cyan = 0.80, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 52 | 127 | 255 | - |
| CMYK | 0.80 | 0.50 | 0 | 0 |
| HSL | 217.83º | 1% | 0.6% | - |
| HSV(B) | 217.83º | 0.8% | 1% | - |
| XYZ | 27.06 | 23.13 | 97.65 | - |
| YUV | 119.17 | 204.65 | 80.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 127 | 255 | 0.80 | 0.50 | 0 | 0 | 217.83 | 1 | 0.6 |
| Hex | 34 | 7F | FF | 50 | 32 | 0 | 0 | DA | 64 | 3C |
| Octal | 64 | 177 | 377 | 120 | 62 | 0 | 0 | 332 | 144 | 74 |
| Binary | 110100 | 1111111 | 11111111 | 1010000 | 110010 | 0 | 0 | 11011010 | 1100100 | 111100 |
Color Harmonies of #347FFF
Complementary color
Monochromatic Colors of #347FFF
Black with #347FFF
Text Example
Text Example
White with #347FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347FFF; }
p { color: rgb(52,127,255); }
H1.HeaderClassName
{
color: #347FFF;
}
.AnyTagClassName
{
color: #347FFF;
}
</style>
background-color css
<style>
a { background-color: #347FFF; }
a { background-color: rgb(52,127,255); }
div.DivClassName
{
background-color: #347FFF;
}
.BgClassName
{
background-color: #347FFF;
}
</style>
border-color css
<style>
span { border-color: #347FFF; }
span { border-color: rgb(52,127,255); }
td.TdClassName
{
border-color: #347FFF;
}
.TagClassName
{
border-color: #347FFF;
}
</style>