Shades of Dodger Blue #3492F9
Tints of Dodger Blue #3492F9
RGB
CMYK
RGB Variations
Color information
#3492F9 (or 0x3492F9) is known color: Dodger Blue. HEX triplet: 34, 92 and F9. RGB value is (52,146,249). Sum of RGB (Red+Green+Blue) = 52+146+249=447 (59% of max value = 765). Red value is 52 (20.70% from 255 or 11.63% from 447); Green value is 146 (57.42% from 255 or 32.66% from 447); Blue value is 249 (97.66% from 255 or 55.70% from 447); Max value from RGB is 249 - color contains mainly: blue. Hex color #3492F9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3492F9 is #CB6D06. Grayscale: #818181. Windows color (decimal): -13331719 or 16355892. OLE color: 16355892.
HSL color Cylindrical-coordinate representation of color #3492F9: hue angle of 211.37º degrees, saturation: 0.94, 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 #3492F9 is Cyan = 0.79, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 52 | 146 | 249 | - |
| CMYK | 0.79 | 0.41 | 0 | 0.02 |
| HSL | 211.37º | 0.94% | 0.59% | - |
| HSV(B) | 211.37º | 0.79% | 0.98% | - |
| XYZ | 28.79 | 28.13 | 93.53 | - |
| YUV | 129.64 | 195.36 | 72.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 146 | 249 | 0.79 | 0.41 | 0 | 0.02 | 211.37 | 0.94 | 0.59 |
| Hex | 34 | 92 | F9 | 4F | 29 | 0 | 2 | D3 | 5E | 3B |
| Octal | 64 | 222 | 371 | 117 | 51 | 0 | 2 | 323 | 136 | 73 |
| Binary | 110100 | 10010010 | 11111001 | 1001111 | 101001 | 0 | 10 | 11010011 | 1011110 | 111011 |
Color Harmonies of #3492F9
Complementary color
Monochromatic Colors of #3492F9
Black with #3492F9
Text Example
Text Example
White with #3492F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3492F9; }
p { color: rgb(52,146,249); }
H1.HeaderClassName
{
color: #3492F9;
}
.AnyTagClassName
{
color: #3492F9;
}
</style>
background-color css
<style>
a { background-color: #3492F9; }
a { background-color: rgb(52,146,249); }
div.DivClassName
{
background-color: #3492F9;
}
.BgClassName
{
background-color: #3492F9;
}
</style>
border-color css
<style>
span { border-color: #3492F9; }
span { border-color: rgb(52,146,249); }
td.TdClassName
{
border-color: #3492F9;
}
.TagClassName
{
border-color: #3492F9;
}
</style>