Shades of Dodger Blue #347BFC
Tints of Dodger Blue #347BFC
RGB
CMYK
RGB Variations
Color information
#347BFC (or 0x347BFC) is known color: Dodger Blue. HEX triplet: 34, 7B and FC. RGB value is (52,123,252). Sum of RGB (Red+Green+Blue) = 52+123+252=427 (56% of max value = 765). Red value is 52 (20.70% from 255 or 12.18% from 427); Green value is 123 (48.44% from 255 or 28.81% from 427); Blue value is 252 (98.83% from 255 or 59.02% from 427); Max value from RGB is 252 - color contains mainly: blue. Hex color #347BFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #347BFC is #CB8403. Grayscale: #737373. Windows color (decimal): -13337604 or 16546612. OLE color: 16546612.
HSL color Cylindrical-coordinate representation of color #347BFC: hue angle of 218.7º 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 #347BFC is Cyan = 0.79, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 52 | 123 | 252 | - |
| CMYK | 0.79 | 0.51 | 0 | 0.01 |
| HSL | 218.7º | 0.97% | 0.6% | - |
| HSV(B) | 218.7º | 0.79% | 0.99% | - |
| XYZ | 26.07 | 21.92 | 94.95 | - |
| YUV | 116.48 | 204.48 | 82.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 123 | 252 | 0.79 | 0.51 | 0 | 0.01 | 218.7 | 0.97 | 0.6 |
| Hex | 34 | 7B | FC | 4F | 33 | 0 | 1 | DB | 61 | 3C |
| Octal | 64 | 173 | 374 | 117 | 63 | 0 | 1 | 333 | 141 | 74 |
| Binary | 110100 | 1111011 | 11111100 | 1001111 | 110011 | 0 | 1 | 11011011 | 1100001 | 111100 |
Color Harmonies of #347BFC
Complementary color
Monochromatic Colors of #347BFC
Black with #347BFC
Text Example
Text Example
White with #347BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347BFC; }
p { color: rgb(52,123,252); }
H1.HeaderClassName
{
color: #347BFC;
}
.AnyTagClassName
{
color: #347BFC;
}
</style>
background-color css
<style>
a { background-color: #347BFC; }
a { background-color: rgb(52,123,252); }
div.DivClassName
{
background-color: #347BFC;
}
.BgClassName
{
background-color: #347BFC;
}
</style>
border-color css
<style>
span { border-color: #347BFC; }
span { border-color: rgb(52,123,252); }
td.TdClassName
{
border-color: #347BFC;
}
.TagClassName
{
border-color: #347BFC;
}
</style>