Shades of Dodger Blue #3397FF
Tints of Dodger Blue #3397FF
RGB
CMYK
RGB Variations
Color information
#3397FF (or 0x3397FF) is known color: Dodger Blue. HEX triplet: 33, 97 and FF. RGB value is (51,151,255). Sum of RGB (Red+Green+Blue) = 51+151+255=457 (60% of max value = 765). Red value is 51 (20.31% from 255 or 11.16% from 457); Green value is 151 (59.38% from 255 or 33.04% from 457); Blue value is 255 (100% from 255 or 55.80% from 457); Max value from RGB is 255 - color contains mainly: blue. Hex color #3397FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3397FF is #CC6800. Grayscale: #848484. Windows color (decimal): -13395969 or 16750387. OLE color: 16750387.
HSL color Cylindrical-coordinate representation of color #3397FF: hue angle of 210.59º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3397FF is Cyan = 0.8, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 51 | 151 | 255 | - |
| CMYK | 0.8 | 0.41 | 0 | 0 |
| HSL | 210.59º | 1% | 0.6% | - |
| HSV(B) | 210.59º | 0.8% | 1% | - |
| XYZ | 30.48 | 30.06 | 98.8 | - |
| YUV | 132.96 | 196.87 | 69.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 151 | 255 | 0.8 | 0.41 | 0 | 0 | 210.59 | 1 | 0.6 |
| Hex | 33 | 97 | FF | 50 | 29 | 0 | 0 | D3 | 64 | 3C |
| Octal | 63 | 227 | 377 | 120 | 51 | 0 | 0 | 323 | 144 | 74 |
| Binary | 110011 | 10010111 | 11111111 | 1010000 | 101001 | 0 | 0 | 11010011 | 1100100 | 111100 |
Color Harmonies of #3397FF
Complementary color
Monochromatic Colors of #3397FF
Black with #3397FF
Text Example
Text Example
White with #3397FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3397FF; }
p { color: rgb(51,151,255); }
H1.HeaderClassName
{
color: #3397FF;
}
.AnyTagClassName
{
color: #3397FF;
}
</style>
background-color css
<style>
a { background-color: #3397FF; }
a { background-color: rgb(51,151,255); }
div.DivClassName
{
background-color: #3397FF;
}
.BgClassName
{
background-color: #3397FF;
}
</style>
border-color css
<style>
span { border-color: #3397FF; }
span { border-color: rgb(51,151,255); }
td.TdClassName
{
border-color: #3397FF;
}
.TagClassName
{
border-color: #3397FF;
}
</style>