Shades of Dodger Blue #338CE6
Tints of Dodger Blue #338CE6
RGB
CMYK
RGB Variations
Color information
#338CE6 (or 0x338CE6) is known color: Dodger Blue. HEX triplet: 33, 8C and E6. RGB value is (51,140,230). Sum of RGB (Red+Green+Blue) = 51+140+230=421 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.11% from 421); Green value is 140 (55.08% from 255 or 33.25% from 421); Blue value is 230 (90.23% from 255 or 54.63% from 421); Max value from RGB is 230 - color contains mainly: blue. Hex color #338CE6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #338CE6 is #CC7319. Grayscale: #7B7B7B. Windows color (decimal): -13398810 or 15109171. OLE color: 15109171.
HSL color Cylindrical-coordinate representation of color #338CE6: hue angle of 210.17º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #338CE6 is Cyan = 0.78, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 51 | 140 | 230 | - |
| CMYK | 0.78 | 0.39 | 0 | 0.10 |
| HSL | 210.17º | 0.78% | 0.55% | - |
| HSV(B) | 210.17º | 0.78% | 0.9% | - |
| XYZ | 25.03 | 25.17 | 78.4 | - |
| YUV | 123.65 | 188.01 | 76.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 140 | 230 | 0.78 | 0.39 | 0 | 0.10 | 210.17 | 0.78 | 0.55 |
| Hex | 33 | 8C | E6 | 4E | 27 | 0 | A | D2 | 4E | 37 |
| Octal | 63 | 214 | 346 | 116 | 47 | 0 | 12 | 322 | 116 | 67 |
| Binary | 110011 | 10001100 | 11100110 | 1001110 | 100111 | 0 | 1010 | 11010010 | 1001110 | 110111 |
Color Harmonies of #338CE6
Complementary color
Monochromatic Colors of #338CE6
Black with #338CE6
Text Example
Text Example
White with #338CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338CE6; }
p { color: rgb(51,140,230); }
H1.HeaderClassName
{
color: #338CE6;
}
.AnyTagClassName
{
color: #338CE6;
}
</style>
background-color css
<style>
a { background-color: #338CE6; }
a { background-color: rgb(51,140,230); }
div.DivClassName
{
background-color: #338CE6;
}
.BgClassName
{
background-color: #338CE6;
}
</style>
border-color css
<style>
span { border-color: #338CE6; }
span { border-color: rgb(51,140,230); }
td.TdClassName
{
border-color: #338CE6;
}
.TagClassName
{
border-color: #338CE6;
}
</style>