Shades of Dodger Blue #348FFB
Tints of Dodger Blue #348FFB
RGB
CMYK
RGB Variations
Color information
#348FFB (or 0x348FFB) is known color: Dodger Blue. HEX triplet: 34, 8F and FB. RGB value is (52,143,251). Sum of RGB (Red+Green+Blue) = 52+143+251=446 (59% of max value = 765). Red value is 52 (20.70% from 255 or 11.66% from 446); Green value is 143 (56.25% from 255 or 32.06% from 446); Blue value is 251 (98.44% from 255 or 56.28% from 446); Max value from RGB is 251 - color contains mainly: blue. Hex color #348FFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #348FFB is #CB7004. Grayscale: #7F7F7F. Windows color (decimal): -13332485 or 16486196. OLE color: 16486196.
HSL color Cylindrical-coordinate representation of color #348FFB: hue angle of 212.56º 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 #348FFB is Cyan = 0.79, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 52 | 143 | 251 | - |
| CMYK | 0.79 | 0.43 | 0 | 0.02 |
| HSL | 212.56º | 0.96% | 0.59% | - |
| HSV(B) | 212.56º | 0.79% | 0.98% | - |
| XYZ | 28.65 | 27.34 | 95.03 | - |
| YUV | 128.1 | 197.35 | 73.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 143 | 251 | 0.79 | 0.43 | 0 | 0.02 | 212.56 | 0.96 | 0.59 |
| Hex | 34 | 8F | FB | 4F | 2B | 0 | 2 | D5 | 60 | 3B |
| Octal | 64 | 217 | 373 | 117 | 53 | 0 | 2 | 325 | 140 | 73 |
| Binary | 110100 | 10001111 | 11111011 | 1001111 | 101011 | 0 | 10 | 11010101 | 1100000 | 111011 |
Color Harmonies of #348FFB
Complementary color
Monochromatic Colors of #348FFB
Black with #348FFB
Text Example
Text Example
White with #348FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348FFB; }
p { color: rgb(52,143,251); }
H1.HeaderClassName
{
color: #348FFB;
}
.AnyTagClassName
{
color: #348FFB;
}
</style>
background-color css
<style>
a { background-color: #348FFB; }
a { background-color: rgb(52,143,251); }
div.DivClassName
{
background-color: #348FFB;
}
.BgClassName
{
background-color: #348FFB;
}
</style>
border-color css
<style>
span { border-color: #348FFB; }
span { border-color: rgb(52,143,251); }
td.TdClassName
{
border-color: #348FFB;
}
.TagClassName
{
border-color: #348FFB;
}
</style>