Shades of Dodger Blue #347FFE
Tints of Dodger Blue #347FFE
RGB
CMYK
RGB Variations
Color information
#347FFE (or 0x347FFE) is known color: Dodger Blue. HEX triplet: 34, 7F and FE. RGB value is (52,127,254). Sum of RGB (Red+Green+Blue) = 52+127+254=433 (57% of max value = 765). Red value is 52 (20.70% from 255 or 12.01% from 433); Green value is 127 (50% from 255 or 29.33% from 433); Blue value is 254 (99.61% from 255 or 58.66% from 433); Max value from RGB is 254 - color contains mainly: blue. Hex color #347FFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #347FFE is #CB8001. Grayscale: #767676. Windows color (decimal): -13336578 or 16678708. OLE color: 16678708.
HSL color Cylindrical-coordinate representation of color #347FFE: hue angle of 217.72º 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 #347FFE is Cyan = 0.80, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 52 | 127 | 254 | - |
| CMYK | 0.80 | 0.50 | 0 | 0.00 |
| HSL | 217.72º | 0.99% | 0.6% | - |
| HSV(B) | 217.72º | 0.8% | 1% | - |
| XYZ | 26.89 | 23.06 | 96.8 | - |
| YUV | 119.05 | 204.15 | 80.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 127 | 254 | 0.80 | 0.50 | 0 | 0.00 | 217.72 | 0.99 | 0.6 |
| Hex | 34 | 7F | FE | 50 | 32 | 0 | 0 | DA | 63 | 3C |
| Octal | 64 | 177 | 376 | 120 | 62 | 0 | 0 | 332 | 143 | 74 |
| Binary | 110100 | 1111111 | 11111110 | 1010000 | 110010 | 0 | 0 | 11011010 | 1100011 | 111100 |
Color Harmonies of #347FFE
Complementary color
Monochromatic Colors of #347FFE
Black with #347FFE
Text Example
Text Example
White with #347FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347FFE; }
p { color: rgb(52,127,254); }
H1.HeaderClassName
{
color: #347FFE;
}
.AnyTagClassName
{
color: #347FFE;
}
</style>
background-color css
<style>
a { background-color: #347FFE; }
a { background-color: rgb(52,127,254); }
div.DivClassName
{
background-color: #347FFE;
}
.BgClassName
{
background-color: #347FFE;
}
</style>
border-color css
<style>
span { border-color: #347FFE; }
span { border-color: rgb(52,127,254); }
td.TdClassName
{
border-color: #347FFE;
}
.TagClassName
{
border-color: #347FFE;
}
</style>