Shades of Dodger Blue #3490FA
Tints of Dodger Blue #3490FA
RGB
CMYK
RGB Variations
Color information
#3490FA (or 0x3490FA) is known color: Dodger Blue. HEX triplet: 34, 90 and FA. RGB value is (52,144,250). Sum of RGB (Red+Green+Blue) = 52+144+250=446 (59% of max value = 765). Red value is 52 (20.70% from 255 or 11.66% from 446); Green value is 144 (56.64% from 255 or 32.29% from 446); Blue value is 250 (98.05% from 255 or 56.05% from 446); Max value from RGB is 250 - color contains mainly: blue. Hex color #3490FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3490FA is #CB6F05. Grayscale: #808080. Windows color (decimal): -13332230 or 16420916. OLE color: 16420916.
HSL color Cylindrical-coordinate representation of color #3490FA: hue angle of 212.12º degrees, saturation: 0.95, 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 #3490FA is Cyan = 0.79, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 52 | 144 | 250 | - |
| CMYK | 0.79 | 0.42 | 0 | 0.02 |
| HSL | 212.12º | 0.95% | 0.59% | - |
| HSV(B) | 212.12º | 0.79% | 0.98% | - |
| XYZ | 28.64 | 27.58 | 94.26 | - |
| YUV | 128.58 | 196.52 | 73.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 144 | 250 | 0.79 | 0.42 | 0 | 0.02 | 212.12 | 0.95 | 0.59 |
| Hex | 34 | 90 | FA | 4F | 2A | 0 | 2 | D4 | 5F | 3B |
| Octal | 64 | 220 | 372 | 117 | 52 | 0 | 2 | 324 | 137 | 73 |
| Binary | 110100 | 10010000 | 11111010 | 1001111 | 101010 | 0 | 10 | 11010100 | 1011111 | 111011 |
Color Harmonies of #3490FA
Complementary color
Monochromatic Colors of #3490FA
Black with #3490FA
Text Example
Text Example
White with #3490FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3490FA; }
p { color: rgb(52,144,250); }
H1.HeaderClassName
{
color: #3490FA;
}
.AnyTagClassName
{
color: #3490FA;
}
</style>
background-color css
<style>
a { background-color: #3490FA; }
a { background-color: rgb(52,144,250); }
div.DivClassName
{
background-color: #3490FA;
}
.BgClassName
{
background-color: #3490FA;
}
</style>
border-color css
<style>
span { border-color: #3490FA; }
span { border-color: rgb(52,144,250); }
td.TdClassName
{
border-color: #3490FA;
}
.TagClassName
{
border-color: #3490FA;
}
</style>