Shades of Dodger Blue #3397FA
Tints of Dodger Blue #3397FA
RGB
CMYK
RGB Variations
Color information
#3397FA (or 0x3397FA) is known color: Dodger Blue. HEX triplet: 33, 97 and FA. RGB value is (51,151,250). Sum of RGB (Red+Green+Blue) = 51+151+250=452 (59% of max value = 765). Red value is 51 (20.31% from 255 or 11.28% from 452); Green value is 151 (59.38% from 255 or 33.41% from 452); Blue value is 250 (98.05% from 255 or 55.31% from 452); Max value from RGB is 250 - color contains mainly: blue. Hex color #3397FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3397FA is #CC6805. Grayscale: #838383. Windows color (decimal): -13395974 or 16422707. OLE color: 16422707.
HSL color Cylindrical-coordinate representation of color #3397FA: hue angle of 209.85º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3397FA is Cyan = 0.80, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 51 | 151 | 250 | - |
| CMYK | 0.80 | 0.40 | 0 | 0.02 |
| HSL | 209.85º | 0.95% | 0.59% | - |
| HSV(B) | 209.85º | 0.8% | 0.98% | - |
| XYZ | 29.69 | 29.74 | 94.62 | - |
| YUV | 132.39 | 194.37 | 69.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 151 | 250 | 0.80 | 0.40 | 0 | 0.02 | 209.85 | 0.95 | 0.59 |
| Hex | 33 | 97 | FA | 50 | 28 | 0 | 2 | D2 | 5F | 3B |
| Octal | 63 | 227 | 372 | 120 | 50 | 0 | 2 | 322 | 137 | 73 |
| Binary | 110011 | 10010111 | 11111010 | 1010000 | 101000 | 0 | 10 | 11010010 | 1011111 | 111011 |
Color Harmonies of #3397FA
Complementary color
Monochromatic Colors of #3397FA
Black with #3397FA
Text Example
Text Example
White with #3397FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3397FA; }
p { color: rgb(51,151,250); }
H1.HeaderClassName
{
color: #3397FA;
}
.AnyTagClassName
{
color: #3397FA;
}
</style>
background-color css
<style>
a { background-color: #3397FA; }
a { background-color: rgb(51,151,250); }
div.DivClassName
{
background-color: #3397FA;
}
.BgClassName
{
background-color: #3397FA;
}
</style>
border-color css
<style>
span { border-color: #3397FA; }
span { border-color: rgb(51,151,250); }
td.TdClassName
{
border-color: #3397FA;
}
.TagClassName
{
border-color: #3397FA;
}
</style>