Shades of Dodger Blue #338AF5
Tints of Dodger Blue #338AF5
RGB
CMYK
RGB Variations
Color information
#338AF5 (or 0x338AF5) is known color: Dodger Blue. HEX triplet: 33, 8A and F5. RGB value is (51,138,245). Sum of RGB (Red+Green+Blue) = 51+138+245=434 (57% of max value = 765). Red value is 51 (20.31% from 255 or 11.75% from 434); Green value is 138 (54.30% from 255 or 31.80% from 434); Blue value is 245 (96.09% from 255 or 56.45% from 434); Max value from RGB is 245 - color contains mainly: blue. Hex color #338AF5 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #338AF5 is #CC750A. Grayscale: #7B7B7B. Windows color (decimal): -13399307 or 16091699. OLE color: 16091699.
HSL color Cylindrical-coordinate representation of color #338AF5: hue angle of 213.09º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #338AF5 is Cyan = 0.79, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 51 | 138 | 245 | - |
| CMYK | 0.79 | 0.44 | 0 | 0.04 |
| HSL | 213.09º | 0.91% | 0.58% | - |
| HSV(B) | 213.09º | 0.79% | 0.96% | - |
| XYZ | 26.94 | 25.47 | 89.88 | - |
| YUV | 124.19 | 196.18 | 75.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 138 | 245 | 0.79 | 0.44 | 0 | 0.04 | 213.09 | 0.91 | 0.58 |
| Hex | 33 | 8A | F5 | 4F | 2C | 0 | 4 | D5 | 5B | 3A |
| Octal | 63 | 212 | 365 | 117 | 54 | 0 | 4 | 325 | 133 | 72 |
| Binary | 110011 | 10001010 | 11110101 | 1001111 | 101100 | 0 | 100 | 11010101 | 1011011 | 111010 |
Color Harmonies of #338AF5
Complementary color
Monochromatic Colors of #338AF5
Black with #338AF5
Text Example
Text Example
White with #338AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338AF5; }
p { color: rgb(51,138,245); }
H1.HeaderClassName
{
color: #338AF5;
}
.AnyTagClassName
{
color: #338AF5;
}
</style>
background-color css
<style>
a { background-color: #338AF5; }
a { background-color: rgb(51,138,245); }
div.DivClassName
{
background-color: #338AF5;
}
.BgClassName
{
background-color: #338AF5;
}
</style>
border-color css
<style>
span { border-color: #338AF5; }
span { border-color: rgb(51,138,245); }
td.TdClassName
{
border-color: #338AF5;
}
.TagClassName
{
border-color: #338AF5;
}
</style>