Shades of Dodger Blue #338EFE
Tints of Dodger Blue #338EFE
RGB
CMYK
RGB Variations
Color information
#338EFE (or 0x338EFE) is known color: Dodger Blue. HEX triplet: 33, 8E and FE. RGB value is (51,142,254). Sum of RGB (Red+Green+Blue) = 51+142+254=447 (59% of max value = 765). Red value is 51 (20.31% from 255 or 11.41% from 447); Green value is 142 (55.86% from 255 or 31.77% from 447); Blue value is 254 (99.61% from 255 or 56.82% from 447); Max value from RGB is 254 - color contains mainly: blue. Hex color #338EFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #338EFE is #CC7101. Grayscale: #7F7F7F. Windows color (decimal): -13398274 or 16682547. OLE color: 16682547.
HSL color Cylindrical-coordinate representation of color #338EFE: hue angle of 213.1º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #338EFE is Cyan = 0.80, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 51 | 142 | 254 | - |
| CMYK | 0.80 | 0.44 | 0 | 0.00 |
| HSL | 213.1º | 0.99% | 0.6% | - |
| HSV(B) | 213.1º | 0.8% | 1% | - |
| XYZ | 28.93 | 27.21 | 97.49 | - |
| YUV | 127.56 | 199.35 | 73.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 142 | 254 | 0.80 | 0.44 | 0 | 0.00 | 213.1 | 0.99 | 0.6 |
| Hex | 33 | 8E | FE | 50 | 2C | 0 | 0 | D5 | 63 | 3C |
| Octal | 63 | 216 | 376 | 120 | 54 | 0 | 0 | 325 | 143 | 74 |
| Binary | 110011 | 10001110 | 11111110 | 1010000 | 101100 | 0 | 0 | 11010101 | 1100011 | 111100 |
Color Harmonies of #338EFE
Complementary color
Monochromatic Colors of #338EFE
Black with #338EFE
Text Example
Text Example
White with #338EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338EFE; }
p { color: rgb(51,142,254); }
H1.HeaderClassName
{
color: #338EFE;
}
.AnyTagClassName
{
color: #338EFE;
}
</style>
background-color css
<style>
a { background-color: #338EFE; }
a { background-color: rgb(51,142,254); }
div.DivClassName
{
background-color: #338EFE;
}
.BgClassName
{
background-color: #338EFE;
}
</style>
border-color css
<style>
span { border-color: #338EFE; }
span { border-color: rgb(51,142,254); }
td.TdClassName
{
border-color: #338EFE;
}
.TagClassName
{
border-color: #338EFE;
}
</style>