Shades of Dodger Blue #338EFF
Tints of Dodger Blue #338EFF
RGB
CMYK
RGB Variations
Color information
#338EFF (or 0x338EFF) is known color: Dodger Blue. HEX triplet: 33, 8E and FF. RGB value is (51,142,255). Sum of RGB (Red+Green+Blue) = 51+142+255=448 (59% of max value = 765). Red value is 51 (20.31% from 255 or 11.38% from 448); Green value is 142 (55.86% from 255 or 31.70% from 448); Blue value is 255 (100% from 255 or 56.92% from 448); Max value from RGB is 255 - color contains mainly: blue. Hex color #338EFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #338EFF is #CC7100. Grayscale: #7F7F7F. Windows color (decimal): -13398273 or 16748083. OLE color: 16748083.
HSL color Cylindrical-coordinate representation of color #338EFF: hue angle of 213.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 #338EFF is Cyan = 0.8, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 51 | 142 | 255 | - |
| CMYK | 0.8 | 0.44 | 0 | 0 |
| HSL | 213.24º | 1% | 0.6% | - |
| HSV(B) | 213.24º | 0.8% | 1% | - |
| XYZ | 29.09 | 27.27 | 98.34 | - |
| YUV | 127.67 | 199.85 | 73.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 142 | 255 | 0.8 | 0.44 | 0 | 0 | 213.24 | 1 | 0.6 |
| Hex | 33 | 8E | FF | 50 | 2C | 0 | 0 | D5 | 64 | 3C |
| Octal | 63 | 216 | 377 | 120 | 54 | 0 | 0 | 325 | 144 | 74 |
| Binary | 110011 | 10001110 | 11111111 | 1010000 | 101100 | 0 | 0 | 11010101 | 1100100 | 111100 |
Color Harmonies of #338EFF
Complementary color
Monochromatic Colors of #338EFF
Black with #338EFF
Text Example
Text Example
White with #338EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338EFF; }
p { color: rgb(51,142,255); }
H1.HeaderClassName
{
color: #338EFF;
}
.AnyTagClassName
{
color: #338EFF;
}
</style>
background-color css
<style>
a { background-color: #338EFF; }
a { background-color: rgb(51,142,255); }
div.DivClassName
{
background-color: #338EFF;
}
.BgClassName
{
background-color: #338EFF;
}
</style>
border-color css
<style>
span { border-color: #338EFF; }
span { border-color: rgb(51,142,255); }
td.TdClassName
{
border-color: #338EFF;
}
.TagClassName
{
border-color: #338EFF;
}
</style>