Shades of Dodger Blue #347BFB
Tints of Dodger Blue #347BFB
RGB
CMYK
RGB Variations
Color information
#347BFB (or 0x347BFB) is known color: Dodger Blue. HEX triplet: 34, 7B and FB. RGB value is (52,123,251). Sum of RGB (Red+Green+Blue) = 52+123+251=426 (56% of max value = 765). Red value is 52 (20.70% from 255 or 12.21% from 426); Green value is 123 (48.44% from 255 or 28.87% from 426); Blue value is 251 (98.44% from 255 or 58.92% from 426); Max value from RGB is 251 - color contains mainly: blue. Hex color #347BFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #347BFB is #CB8404. Grayscale: #737373. Windows color (decimal): -13337605 or 16481076. OLE color: 16481076.
HSL color Cylindrical-coordinate representation of color #347BFB: hue angle of 218.59º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #347BFB is Cyan = 0.79, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 52 | 123 | 251 | - |
| CMYK | 0.79 | 0.51 | 0 | 0.02 |
| HSL | 218.59º | 0.96% | 0.59% | - |
| HSV(B) | 218.59º | 0.79% | 0.98% | - |
| XYZ | 25.91 | 21.86 | 94.12 | - |
| YUV | 116.36 | 203.98 | 82.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 123 | 251 | 0.79 | 0.51 | 0 | 0.02 | 218.59 | 0.96 | 0.59 |
| Hex | 34 | 7B | FB | 4F | 33 | 0 | 2 | DB | 60 | 3B |
| Octal | 64 | 173 | 373 | 117 | 63 | 0 | 2 | 333 | 140 | 73 |
| Binary | 110100 | 1111011 | 11111011 | 1001111 | 110011 | 0 | 10 | 11011011 | 1100000 | 111011 |
Color Harmonies of #347BFB
Complementary color
Monochromatic Colors of #347BFB
Black with #347BFB
Text Example
Text Example
White with #347BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347BFB; }
p { color: rgb(52,123,251); }
H1.HeaderClassName
{
color: #347BFB;
}
.AnyTagClassName
{
color: #347BFB;
}
</style>
background-color css
<style>
a { background-color: #347BFB; }
a { background-color: rgb(52,123,251); }
div.DivClassName
{
background-color: #347BFB;
}
.BgClassName
{
background-color: #347BFB;
}
</style>
border-color css
<style>
span { border-color: #347BFB; }
span { border-color: rgb(52,123,251); }
td.TdClassName
{
border-color: #347BFB;
}
.TagClassName
{
border-color: #347BFB;
}
</style>