Shades of Dodger Blue #349BFE
Tints of Dodger Blue #349BFE
RGB
CMYK
RGB Variations
Color information
#349BFE (or 0x349BFE) is known color: Dodger Blue. HEX triplet: 34, 9B and FE. RGB value is (52,155,254). Sum of RGB (Red+Green+Blue) = 52+155+254=461 (61% of max value = 765). Red value is 52 (20.70% from 255 or 11.28% from 461); Green value is 155 (60.94% from 255 or 33.62% from 461); Blue value is 254 (99.61% from 255 or 55.10% from 461); Max value from RGB is 254 - color contains mainly: blue. Hex color #349BFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #349BFE is #CB6401. Grayscale: #868686. Windows color (decimal): -13329410 or 16685876. OLE color: 16685876.
HSL color Cylindrical-coordinate representation of color #349BFE: hue angle of 209.41º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #349BFE is Cyan = 0.80, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 52 | 155 | 254 | - |
| CMYK | 0.80 | 0.39 | 0 | 0.00 |
| HSL | 209.41º | 0.99% | 0.6% | - |
| HSV(B) | 209.41º | 0.8% | 1% | - |
| XYZ | 31.03 | 31.33 | 98.18 | - |
| YUV | 135.49 | 194.88 | 68.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 155 | 254 | 0.80 | 0.39 | 0 | 0.00 | 209.41 | 0.99 | 0.6 |
| Hex | 34 | 9B | FE | 50 | 27 | 0 | 0 | D1 | 63 | 3C |
| Octal | 64 | 233 | 376 | 120 | 47 | 0 | 0 | 321 | 143 | 74 |
| Binary | 110100 | 10011011 | 11111110 | 1010000 | 100111 | 0 | 0 | 11010001 | 1100011 | 111100 |
Color Harmonies of #349BFE
Complementary color
Monochromatic Colors of #349BFE
Black with #349BFE
Text Example
Text Example
White with #349BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349BFE; }
p { color: rgb(52,155,254); }
H1.HeaderClassName
{
color: #349BFE;
}
.AnyTagClassName
{
color: #349BFE;
}
</style>
background-color css
<style>
a { background-color: #349BFE; }
a { background-color: rgb(52,155,254); }
div.DivClassName
{
background-color: #349BFE;
}
.BgClassName
{
background-color: #349BFE;
}
</style>
border-color css
<style>
span { border-color: #349BFE; }
span { border-color: rgb(52,155,254); }
td.TdClassName
{
border-color: #349BFE;
}
.TagClassName
{
border-color: #349BFE;
}
</style>