Shades of Dodger Blue #347CFC
Tints of Dodger Blue #347CFC
RGB
CMYK
RGB Variations
Color information
#347CFC (or 0x347CFC) is known color: Dodger Blue. HEX triplet: 34, 7C and FC. RGB value is (52,124,252). Sum of RGB (Red+Green+Blue) = 52+124+252=428 (56% of max value = 765). Red value is 52 (20.70% from 255 or 12.15% from 428); Green value is 124 (48.83% from 255 or 28.97% from 428); Blue value is 252 (98.83% from 255 or 58.88% from 428); Max value from RGB is 252 - color contains mainly: blue. Hex color #347CFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #347CFC is #CB8303. Grayscale: #747474. Windows color (decimal): -13337348 or 16546868. OLE color: 16546868.
HSL color Cylindrical-coordinate representation of color #347CFC: hue angle of 218.4º degrees, saturation: 0.97, 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 #347CFC is Cyan = 0.79, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 52 | 124 | 252 | - |
| CMYK | 0.79 | 0.51 | 0 | 0.01 |
| HSL | 218.4º | 0.97% | 0.6% | - |
| HSV(B) | 218.4º | 0.79% | 0.99% | - |
| XYZ | 26.19 | 22.17 | 94.99 | - |
| YUV | 117.06 | 204.15 | 81.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 124 | 252 | 0.79 | 0.51 | 0 | 0.01 | 218.4 | 0.97 | 0.6 |
| Hex | 34 | 7C | FC | 4F | 33 | 0 | 1 | DA | 61 | 3C |
| Octal | 64 | 174 | 374 | 117 | 63 | 0 | 1 | 332 | 141 | 74 |
| Binary | 110100 | 1111100 | 11111100 | 1001111 | 110011 | 0 | 1 | 11011010 | 1100001 | 111100 |
Color Harmonies of #347CFC
Complementary color
Monochromatic Colors of #347CFC
Black with #347CFC
Text Example
Text Example
White with #347CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347CFC; }
p { color: rgb(52,124,252); }
H1.HeaderClassName
{
color: #347CFC;
}
.AnyTagClassName
{
color: #347CFC;
}
</style>
background-color css
<style>
a { background-color: #347CFC; }
a { background-color: rgb(52,124,252); }
div.DivClassName
{
background-color: #347CFC;
}
.BgClassName
{
background-color: #347CFC;
}
</style>
border-color css
<style>
span { border-color: #347CFC; }
span { border-color: rgb(52,124,252); }
td.TdClassName
{
border-color: #347CFC;
}
.TagClassName
{
border-color: #347CFC;
}
</style>