Shades of Dodger Blue #347CFF
Tints of Dodger Blue #347CFF
RGB
CMYK
RGB Variations
Color information
#347CFF (or 0x347CFF) is known color: Dodger Blue. HEX triplet: 34, 7C and FF. RGB value is (52,124,255). Sum of RGB (Red+Green+Blue) = 52+124+255=431 (57% of max value = 765). Red value is 52 (20.70% from 255 or 12.06% from 431); Green value is 124 (48.83% from 255 or 28.77% from 431); Blue value is 255 (100% from 255 or 59.16% from 431); Max value from RGB is 255 - color contains mainly: blue. Hex color #347CFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #347CFF is #CB8300. Grayscale: #747474. Windows color (decimal): -13337345 or 16743476. OLE color: 16743476.
HSL color Cylindrical-coordinate representation of color #347CFF: hue angle of 218.72º 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 #347CFF is Cyan = 0.80, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 52 | 124 | 255 | - |
| CMYK | 0.80 | 0.51 | 0 | 0 |
| HSL | 218.72º | 1% | 0.6% | - |
| HSV(B) | 218.72º | 0.8% | 1% | - |
| XYZ | 26.67 | 22.37 | 97.52 | - |
| YUV | 117.41 | 205.65 | 81.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 124 | 255 | 0.80 | 0.51 | 0 | 0 | 218.72 | 1 | 0.6 |
| Hex | 34 | 7C | FF | 50 | 33 | 0 | 0 | DB | 64 | 3C |
| Octal | 64 | 174 | 377 | 120 | 63 | 0 | 0 | 333 | 144 | 74 |
| Binary | 110100 | 1111100 | 11111111 | 1010000 | 110011 | 0 | 0 | 11011011 | 1100100 | 111100 |
Color Harmonies of #347CFF
Complementary color
Monochromatic Colors of #347CFF
Black with #347CFF
Text Example
Text Example
White with #347CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347CFF; }
p { color: rgb(52,124,255); }
H1.HeaderClassName
{
color: #347CFF;
}
.AnyTagClassName
{
color: #347CFF;
}
</style>
background-color css
<style>
a { background-color: #347CFF; }
a { background-color: rgb(52,124,255); }
div.DivClassName
{
background-color: #347CFF;
}
.BgClassName
{
background-color: #347CFF;
}
</style>
border-color css
<style>
span { border-color: #347CFF; }
span { border-color: rgb(52,124,255); }
td.TdClassName
{
border-color: #347CFF;
}
.TagClassName
{
border-color: #347CFF;
}
</style>