Shades of Dodger Blue #338FF8
Tints of Dodger Blue #338FF8
RGB
CMYK
RGB Variations
Color information
#338FF8 (or 0x338FF8) is known color: Dodger Blue. HEX triplet: 33, 8F and F8. RGB value is (51,143,248). Sum of RGB (Red+Green+Blue) = 51+143+248=442 (58% of max value = 765). Red value is 51 (20.31% from 255 or 11.54% from 442); Green value is 143 (56.25% from 255 or 32.35% from 442); Blue value is 248 (97.27% from 255 or 56.11% from 442); Max value from RGB is 248 - color contains mainly: blue. Hex color #338FF8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #338FF8 is #CC7007. Grayscale: #7E7E7E. Windows color (decimal): -13398024 or 16289587. OLE color: 16289587.
HSL color Cylindrical-coordinate representation of color #338FF8: hue angle of 211.98º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #338FF8 is Cyan = 0.79, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 51 | 143 | 248 | - |
| CMYK | 0.79 | 0.42 | 0 | 0.03 |
| HSL | 211.98º | 0.93% | 0.59% | - |
| HSV(B) | 211.98º | 0.79% | 0.97% | - |
| XYZ | 28.13 | 27.13 | 92.56 | - |
| YUV | 127.46 | 196.02 | 73.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 143 | 248 | 0.79 | 0.42 | 0 | 0.03 | 211.98 | 0.93 | 0.59 |
| Hex | 33 | 8F | F8 | 4F | 2A | 0 | 3 | D4 | 5D | 3B |
| Octal | 63 | 217 | 370 | 117 | 52 | 0 | 3 | 324 | 135 | 73 |
| Binary | 110011 | 10001111 | 11111000 | 1001111 | 101010 | 0 | 11 | 11010100 | 1011101 | 111011 |
Color Harmonies of #338FF8
Complementary color
Monochromatic Colors of #338FF8
Black with #338FF8
Text Example
Text Example
White with #338FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338FF8; }
p { color: rgb(51,143,248); }
H1.HeaderClassName
{
color: #338FF8;
}
.AnyTagClassName
{
color: #338FF8;
}
</style>
background-color css
<style>
a { background-color: #338FF8; }
a { background-color: rgb(51,143,248); }
div.DivClassName
{
background-color: #338FF8;
}
.BgClassName
{
background-color: #338FF8;
}
</style>
border-color css
<style>
span { border-color: #338FF8; }
span { border-color: rgb(51,143,248); }
td.TdClassName
{
border-color: #338FF8;
}
.TagClassName
{
border-color: #338FF8;
}
</style>