Shades of Dodger Blue #338BFD
Tints of Dodger Blue #338BFD
RGB
CMYK
RGB Variations
Color information
#338BFD (or 0x338BFD) is known color: Dodger Blue. HEX triplet: 33, 8B and FD. RGB value is (51,139,253). Sum of RGB (Red+Green+Blue) = 51+139+253=443 (58% of max value = 765). Red value is 51 (20.31% from 255 or 11.51% from 443); Green value is 139 (54.69% from 255 or 31.38% from 443); Blue value is 253 (99.22% from 255 or 57.11% from 443); Max value from RGB is 253 - color contains mainly: blue. Hex color #338BFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #338BFD is #CC7402. Grayscale: #7D7D7D. Windows color (decimal): -13399043 or 16616243. OLE color: 16616243.
HSL color Cylindrical-coordinate representation of color #338BFD: hue angle of 213.86º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #338BFD is Cyan = 0.80, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 51 | 139 | 253 | - |
| CMYK | 0.80 | 0.45 | 0 | 0.01 |
| HSL | 213.86º | 0.98% | 0.6% | - |
| HSV(B) | 213.86º | 0.8% | 0.99% | - |
| XYZ | 28.33 | 26.26 | 96.5 | - |
| YUV | 125.68 | 199.85 | 74.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 139 | 253 | 0.80 | 0.45 | 0 | 0.01 | 213.86 | 0.98 | 0.6 |
| Hex | 33 | 8B | FD | 50 | 2D | 0 | 1 | D6 | 62 | 3C |
| Octal | 63 | 213 | 375 | 120 | 55 | 0 | 1 | 326 | 142 | 74 |
| Binary | 110011 | 10001011 | 11111101 | 1010000 | 101101 | 0 | 1 | 11010110 | 1100010 | 111100 |
Color Harmonies of #338BFD
Complementary color
Monochromatic Colors of #338BFD
Black with #338BFD
Text Example
Text Example
White with #338BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338BFD; }
p { color: rgb(51,139,253); }
H1.HeaderClassName
{
color: #338BFD;
}
.AnyTagClassName
{
color: #338BFD;
}
</style>
background-color css
<style>
a { background-color: #338BFD; }
a { background-color: rgb(51,139,253); }
div.DivClassName
{
background-color: #338BFD;
}
.BgClassName
{
background-color: #338BFD;
}
</style>
border-color css
<style>
span { border-color: #338BFD; }
span { border-color: rgb(51,139,253); }
td.TdClassName
{
border-color: #338BFD;
}
.TagClassName
{
border-color: #338BFD;
}
</style>