Shades of Dodger Blue #339FFF
Tints of Dodger Blue #339FFF
RGB
CMYK
RGB Variations
Color information
#339FFF (or 0x339FFF) is known color: Dodger Blue. HEX triplet: 33, 9F and FF. RGB value is (51,159,255). Sum of RGB (Red+Green+Blue) = 51+159+255=465 (61% of max value = 765). Red value is 51 (20.31% from 255 or 10.97% from 465); Green value is 159 (62.5% from 255 or 34.19% from 465); Blue value is 255 (100% from 255 or 54.84% from 465); Max value from RGB is 255 - color contains mainly: blue. Hex color #339FFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #339FFF is #CC6000. Grayscale: #898989. Windows color (decimal): -13393921 or 16752435. OLE color: 16752435.
HSL color Cylindrical-coordinate representation of color #339FFF: hue angle of 208.24º 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 #339FFF is Cyan = 0.8, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 51 | 159 | 255 | - |
| CMYK | 0.8 | 0.38 | 0 | 0 |
| HSL | 208.24º | 1% | 0.6% | - |
| HSV(B) | 208.24º | 0.8% | 1% | - |
| XYZ | 31.81 | 32.72 | 99.25 | - |
| YUV | 137.65 | 194.22 | 66.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 159 | 255 | 0.8 | 0.38 | 0 | 0 | 208.24 | 1 | 0.6 |
| Hex | 33 | 9F | FF | 50 | 26 | 0 | 0 | D0 | 64 | 3C |
| Octal | 63 | 237 | 377 | 120 | 46 | 0 | 0 | 320 | 144 | 74 |
| Binary | 110011 | 10011111 | 11111111 | 1010000 | 100110 | 0 | 0 | 11010000 | 1100100 | 111100 |
Color Harmonies of #339FFF
Complementary color
Monochromatic Colors of #339FFF
Black with #339FFF
Text Example
Text Example
White with #339FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #339FFF; }
p { color: rgb(51,159,255); }
H1.HeaderClassName
{
color: #339FFF;
}
.AnyTagClassName
{
color: #339FFF;
}
</style>
background-color css
<style>
a { background-color: #339FFF; }
a { background-color: rgb(51,159,255); }
div.DivClassName
{
background-color: #339FFF;
}
.BgClassName
{
background-color: #339FFF;
}
</style>
border-color css
<style>
span { border-color: #339FFF; }
span { border-color: rgb(51,159,255); }
td.TdClassName
{
border-color: #339FFF;
}
.TagClassName
{
border-color: #339FFF;
}
</style>