Shades of Dodger Blue #338FFF
Tints of Dodger Blue #338FFF
RGB
CMYK
RGB Variations
Color information
#338FFF (or 0x338FFF) is known color: Dodger Blue. HEX triplet: 33, 8F and FF. RGB value is (51,143,255). Sum of RGB (Red+Green+Blue) = 51+143+255=449 (59% of max value = 765). Red value is 51 (20.31% from 255 or 11.36% from 449); Green value is 143 (56.25% from 255 or 31.85% from 449); Blue value is 255 (100% from 255 or 56.79% from 449); Max value from RGB is 255 - color contains mainly: blue. Hex color #338FFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #338FFF is #CC7000. Grayscale: #7F7F7F. Windows color (decimal): -13398017 or 16748339. OLE color: 16748339.
HSL color Cylindrical-coordinate representation of color #338FFF: hue angle of 212.94º 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 #338FFF is Cyan = 0.8, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 51 | 143 | 255 | - |
| CMYK | 0.8 | 0.44 | 0 | 0 |
| HSL | 212.94º | 1% | 0.6% | - |
| HSV(B) | 212.94º | 0.8% | 1% | - |
| XYZ | 29.24 | 27.57 | 98.39 | - |
| YUV | 128.26 | 199.52 | 72.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 143 | 255 | 0.8 | 0.44 | 0 | 0 | 212.94 | 1 | 0.6 |
| Hex | 33 | 8F | FF | 50 | 2C | 0 | 0 | D5 | 64 | 3C |
| Octal | 63 | 217 | 377 | 120 | 54 | 0 | 0 | 325 | 144 | 74 |
| Binary | 110011 | 10001111 | 11111111 | 1010000 | 101100 | 0 | 0 | 11010101 | 1100100 | 111100 |
Color Harmonies of #338FFF
Complementary color
Monochromatic Colors of #338FFF
Black with #338FFF
Text Example
Text Example
White with #338FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338FFF; }
p { color: rgb(51,143,255); }
H1.HeaderClassName
{
color: #338FFF;
}
.AnyTagClassName
{
color: #338FFF;
}
</style>
background-color css
<style>
a { background-color: #338FFF; }
a { background-color: rgb(51,143,255); }
div.DivClassName
{
background-color: #338FFF;
}
.BgClassName
{
background-color: #338FFF;
}
</style>
border-color css
<style>
span { border-color: #338FFF; }
span { border-color: rgb(51,143,255); }
td.TdClassName
{
border-color: #338FFF;
}
.TagClassName
{
border-color: #338FFF;
}
</style>