Shades of Dodger Blue #338EF3
Tints of Dodger Blue #338EF3
RGB
CMYK
RGB Variations
Color information
#338EF3 (or 0x338EF3) is known color: Dodger Blue. HEX triplet: 33, 8E and F3. RGB value is (51,142,243). Sum of RGB (Red+Green+Blue) = 51+142+243=436 (57% of max value = 765). Red value is 51 (20.31% from 255 or 11.70% from 436); Green value is 142 (55.86% from 255 or 32.57% from 436); Blue value is 243 (95.31% from 255 or 55.73% from 436); Max value from RGB is 243 - color contains mainly: blue. Hex color #338EF3 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #338EF3 is #CC710C. Grayscale: #7D7D7D. Windows color (decimal): -13398285 or 15961651. OLE color: 15961651.
HSL color Cylindrical-coordinate representation of color #338EF3: hue angle of 211.56º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #338EF3 is Cyan = 0.79, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 51 | 142 | 243 | - |
| CMYK | 0.79 | 0.42 | 0 | 0.05 |
| HSL | 211.56º | 0.89% | 0.58% | - |
| HSV(B) | 211.56º | 0.79% | 0.95% | - |
| XYZ | 27.22 | 26.52 | 88.48 | - |
| YUV | 126.31 | 193.85 | 74.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 142 | 243 | 0.79 | 0.42 | 0 | 0.05 | 211.56 | 0.89 | 0.58 |
| Hex | 33 | 8E | F3 | 4F | 2A | 0 | 5 | D4 | 59 | 3A |
| Octal | 63 | 216 | 363 | 117 | 52 | 0 | 5 | 324 | 131 | 72 |
| Binary | 110011 | 10001110 | 11110011 | 1001111 | 101010 | 0 | 101 | 11010100 | 1011001 | 111010 |
Color Harmonies of #338EF3
Complementary color
Monochromatic Colors of #338EF3
Black with #338EF3
Text Example
Text Example
White with #338EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338EF3; }
p { color: rgb(51,142,243); }
H1.HeaderClassName
{
color: #338EF3;
}
.AnyTagClassName
{
color: #338EF3;
}
</style>
background-color css
<style>
a { background-color: #338EF3; }
a { background-color: rgb(51,142,243); }
div.DivClassName
{
background-color: #338EF3;
}
.BgClassName
{
background-color: #338EF3;
}
</style>
border-color css
<style>
span { border-color: #338EF3; }
span { border-color: rgb(51,142,243); }
td.TdClassName
{
border-color: #338EF3;
}
.TagClassName
{
border-color: #338EF3;
}
</style>