Shades of Dodger Blue #338CEF
Tints of Dodger Blue #338CEF
RGB
CMYK
RGB Variations
Color information
#338CEF (or 0x338CEF) is known color: Dodger Blue. HEX triplet: 33, 8C and EF. RGB value is (51,140,239). Sum of RGB (Red+Green+Blue) = 51+140+239=430 (56% of max value = 765). Red value is 51 (20.31% from 255 or 11.86% from 430); Green value is 140 (55.08% from 255 or 32.56% from 430); Blue value is 239 (93.75% from 255 or 55.58% from 430); Max value from RGB is 239 - color contains mainly: blue. Hex color #338CEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #338CEF is #CC7310. Grayscale: #7C7C7C. Windows color (decimal): -13398801 or 15698995. OLE color: 15698995.
HSL color Cylindrical-coordinate representation of color #338CEF: hue angle of 211.6º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #338CEF is Cyan = 0.79, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 51 | 140 | 239 | - |
| CMYK | 0.79 | 0.41 | 0 | 0.06 |
| HSL | 211.6º | 0.85% | 0.57% | - |
| HSV(B) | 211.6º | 0.79% | 0.94% | - |
| XYZ | 26.32 | 25.69 | 85.23 | - |
| YUV | 124.68 | 192.51 | 75.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 140 | 239 | 0.79 | 0.41 | 0 | 0.06 | 211.6 | 0.85 | 0.57 |
| Hex | 33 | 8C | EF | 4F | 29 | 0 | 6 | D4 | 55 | 39 |
| Octal | 63 | 214 | 357 | 117 | 51 | 0 | 6 | 324 | 125 | 71 |
| Binary | 110011 | 10001100 | 11101111 | 1001111 | 101001 | 0 | 110 | 11010100 | 1010101 | 111001 |
Color Harmonies of #338CEF
Complementary color
Monochromatic Colors of #338CEF
Black with #338CEF
Text Example
Text Example
White with #338CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338CEF; }
p { color: rgb(51,140,239); }
H1.HeaderClassName
{
color: #338CEF;
}
.AnyTagClassName
{
color: #338CEF;
}
</style>
background-color css
<style>
a { background-color: #338CEF; }
a { background-color: rgb(51,140,239); }
div.DivClassName
{
background-color: #338CEF;
}
.BgClassName
{
background-color: #338CEF;
}
</style>
border-color css
<style>
span { border-color: #338CEF; }
span { border-color: rgb(51,140,239); }
td.TdClassName
{
border-color: #338CEF;
}
.TagClassName
{
border-color: #338CEF;
}
</style>