Shades of Dodger Blue #347CFD
Tints of Dodger Blue #347CFD
RGB
CMYK
RGB Variations
Color information
#347CFD (or 0x347CFD) is known color: Dodger Blue. HEX triplet: 34, 7C and FD. RGB value is (52,124,253). Sum of RGB (Red+Green+Blue) = 52+124+253=429 (56% of max value = 765). Red value is 52 (20.70% from 255 or 12.12% from 429); Green value is 124 (48.83% from 255 or 28.90% from 429); Blue value is 253 (99.22% from 255 or 58.97% from 429); Max value from RGB is 253 - color contains mainly: blue. Hex color #347CFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #347CFD is #CB8302. Grayscale: #747474. Windows color (decimal): -13337347 or 16612404. OLE color: 16612404.
HSL color Cylindrical-coordinate representation of color #347CFD: hue angle of 218.51º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #347CFD is Cyan = 0.79, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 52 | 124 | 253 | - |
| CMYK | 0.79 | 0.51 | 0 | 0.01 |
| HSL | 218.51º | 0.98% | 0.6% | - |
| HSV(B) | 218.51º | 0.79% | 0.99% | - |
| XYZ | 26.35 | 22.24 | 95.83 | - |
| YUV | 117.18 | 204.65 | 81.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 124 | 253 | 0.79 | 0.51 | 0 | 0.01 | 218.51 | 0.98 | 0.6 |
| Hex | 34 | 7C | FD | 4F | 33 | 0 | 1 | DB | 62 | 3C |
| Octal | 64 | 174 | 375 | 117 | 63 | 0 | 1 | 333 | 142 | 74 |
| Binary | 110100 | 1111100 | 11111101 | 1001111 | 110011 | 0 | 1 | 11011011 | 1100010 | 111100 |
Color Harmonies of #347CFD
Complementary color
Monochromatic Colors of #347CFD
Black with #347CFD
Text Example
Text Example
White with #347CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347CFD; }
p { color: rgb(52,124,253); }
H1.HeaderClassName
{
color: #347CFD;
}
.AnyTagClassName
{
color: #347CFD;
}
</style>
background-color css
<style>
a { background-color: #347CFD; }
a { background-color: rgb(52,124,253); }
div.DivClassName
{
background-color: #347CFD;
}
.BgClassName
{
background-color: #347CFD;
}
</style>
border-color css
<style>
span { border-color: #347CFD; }
span { border-color: rgb(52,124,253); }
td.TdClassName
{
border-color: #347CFD;
}
.TagClassName
{
border-color: #347CFD;
}
</style>