Shades of Dodger Blue #3497FA
Tints of Dodger Blue #3497FA
RGB
CMYK
RGB Variations
Color information
#3497FA (or 0x3497FA) is known color: Dodger Blue. HEX triplet: 34, 97 and FA. RGB value is (52,151,250). Sum of RGB (Red+Green+Blue) = 52+151+250=453 (60% of max value = 765). Red value is 52 (20.70% from 255 or 11.48% from 453); Green value is 151 (59.38% from 255 or 33.33% from 453); Blue value is 250 (98.05% from 255 or 55.19% from 453); Max value from RGB is 250 - color contains mainly: blue. Hex color #3497FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3497FA is #CB6805. Grayscale: #848484. Windows color (decimal): -13330438 or 16422708. OLE color: 16422708.
HSL color Cylindrical-coordinate representation of color #3497FA: hue angle of 210º 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 #3497FA is Cyan = 0.79, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 52 | 151 | 250 | - |
| CMYK | 0.79 | 0.40 | 0 | 0.02 |
| HSL | 210º | 0.95% | 0.59% | - |
| HSV(B) | 210º | 0.79% | 0.98% | - |
| XYZ | 29.74 | 29.77 | 94.62 | - |
| YUV | 132.69 | 194.2 | 70.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 151 | 250 | 0.79 | 0.40 | 0 | 0.02 | 210 | 0.95 | 0.59 |
| Hex | 34 | 97 | FA | 4F | 28 | 0 | 2 | D2 | 5F | 3B |
| Octal | 64 | 227 | 372 | 117 | 50 | 0 | 2 | 322 | 137 | 73 |
| Binary | 110100 | 10010111 | 11111010 | 1001111 | 101000 | 0 | 10 | 11010010 | 1011111 | 111011 |
Color Harmonies of #3497FA
Complementary color
Monochromatic Colors of #3497FA
Black with #3497FA
Text Example
Text Example
White with #3497FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3497FA; }
p { color: rgb(52,151,250); }
H1.HeaderClassName
{
color: #3497FA;
}
.AnyTagClassName
{
color: #3497FA;
}
</style>
background-color css
<style>
a { background-color: #3497FA; }
a { background-color: rgb(52,151,250); }
div.DivClassName
{
background-color: #3497FA;
}
.BgClassName
{
background-color: #3497FA;
}
</style>
border-color css
<style>
span { border-color: #3497FA; }
span { border-color: rgb(52,151,250); }
td.TdClassName
{
border-color: #3497FA;
}
.TagClassName
{
border-color: #3497FA;
}
</style>