Shades of Dodger Blue #34A1F9
Tints of Dodger Blue #34A1F9
RGB
CMYK
RGB Variations
Color information
#34A1F9 (or 0x34A1F9) is known color: Dodger Blue. HEX triplet: 34, A1 and F9. RGB value is (52,161,249). Sum of RGB (Red+Green+Blue) = 52+161+249=462 (61% of max value = 765). Red value is 52 (20.70% from 255 or 11.26% from 462); Green value is 161 (63.28% from 255 or 34.85% from 462); Blue value is 249 (97.66% from 255 or 53.90% from 462); Max value from RGB is 249 - color contains mainly: blue. Hex color #34A1F9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #34A1F9 is #CB5E06. Grayscale: #898989. Windows color (decimal): -13327879 or 16359732. OLE color: 16359732.
HSL color Cylindrical-coordinate representation of color #34A1F9: hue angle of 206.8º 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 #34A1F9 is Cyan = 0.79, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 52 | 161 | 249 | - |
| CMYK | 0.79 | 0.35 | 0 | 0.02 |
| HSL | 206.8º | 0.94% | 0.59% | - |
| HSV(B) | 206.8º | 0.79% | 0.98% | - |
| XYZ | 31.26 | 33.06 | 94.36 | - |
| YUV | 138.44 | 190.39 | 66.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 161 | 249 | 0.79 | 0.35 | 0 | 0.02 | 206.8 | 0.94 | 0.59 |
| Hex | 34 | A1 | F9 | 4F | 23 | 0 | 2 | CF | 5E | 3B |
| Octal | 64 | 241 | 371 | 117 | 43 | 0 | 2 | 317 | 136 | 73 |
| Binary | 110100 | 10100001 | 11111001 | 1001111 | 100011 | 0 | 10 | 11001111 | 1011110 | 111011 |
Color Harmonies of #34A1F9
Complementary color
Monochromatic Colors of #34A1F9
Black with #34A1F9
Text Example
Text Example
White with #34A1F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34A1F9; }
p { color: rgb(52,161,249); }
H1.HeaderClassName
{
color: #34A1F9;
}
.AnyTagClassName
{
color: #34A1F9;
}
</style>
background-color css
<style>
a { background-color: #34A1F9; }
a { background-color: rgb(52,161,249); }
div.DivClassName
{
background-color: #34A1F9;
}
.BgClassName
{
background-color: #34A1F9;
}
</style>
border-color css
<style>
span { border-color: #34A1F9; }
span { border-color: rgb(52,161,249); }
td.TdClassName
{
border-color: #34A1F9;
}
.TagClassName
{
border-color: #34A1F9;
}
</style>