Shades of Dodger Blue #339EFF
Tints of Dodger Blue #339EFF
RGB
CMYK
RGB Variations
Color information
#339EFF (or 0x339EFF) is known color: Dodger Blue. HEX triplet: 33, 9E and FF. RGB value is (51,158,255). Sum of RGB (Red+Green+Blue) = 51+158+255=464 (61% of max value = 765). Red value is 51 (20.31% from 255 or 10.99% from 464); Green value is 158 (62.11% from 255 or 34.05% from 464); Blue value is 255 (100% from 255 or 54.96% from 464); Max value from RGB is 255 - color contains mainly: blue. Hex color #339EFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #339EFF is #CC6100. Grayscale: #888888. Windows color (decimal): -13394177 or 16752179. OLE color: 16752179.
HSL color Cylindrical-coordinate representation of color #339EFF: hue angle of 208.53º 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 #339EFF is Cyan = 0.8, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 51 | 158 | 255 | - |
| CMYK | 0.8 | 0.38 | 0 | 0 |
| HSL | 208.53º | 1% | 0.6% | - |
| HSV(B) | 208.53º | 0.8% | 1% | - |
| XYZ | 31.64 | 32.38 | 99.19 | - |
| YUV | 137.07 | 194.55 | 66.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 158 | 255 | 0.8 | 0.38 | 0 | 0 | 208.53 | 1 | 0.6 |
| Hex | 33 | 9E | FF | 50 | 26 | 0 | 0 | D1 | 64 | 3C |
| Octal | 63 | 236 | 377 | 120 | 46 | 0 | 0 | 321 | 144 | 74 |
| Binary | 110011 | 10011110 | 11111111 | 1010000 | 100110 | 0 | 0 | 11010001 | 1100100 | 111100 |
Color Harmonies of #339EFF
Complementary color
Monochromatic Colors of #339EFF
Black with #339EFF
Text Example
Text Example
White with #339EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #339EFF; }
p { color: rgb(51,158,255); }
H1.HeaderClassName
{
color: #339EFF;
}
.AnyTagClassName
{
color: #339EFF;
}
</style>
background-color css
<style>
a { background-color: #339EFF; }
a { background-color: rgb(51,158,255); }
div.DivClassName
{
background-color: #339EFF;
}
.BgClassName
{
background-color: #339EFF;
}
</style>
border-color css
<style>
span { border-color: #339EFF; }
span { border-color: rgb(51,158,255); }
td.TdClassName
{
border-color: #339EFF;
}
.TagClassName
{
border-color: #339EFF;
}
</style>