Shades of Dodger Blue #338CED
Tints of Dodger Blue #338CED
RGB
CMYK
RGB Variations
Color information
#338CED (or 0x338CED) is known color: Dodger Blue. HEX triplet: 33, 8C and ED. RGB value is (51,140,237). Sum of RGB (Red+Green+Blue) = 51+140+237=428 (56% of max value = 765). Red value is 51 (20.31% from 255 or 11.92% from 428); Green value is 140 (55.08% from 255 or 32.71% from 428); Blue value is 237 (92.97% from 255 or 55.37% from 428); Max value from RGB is 237 - color contains mainly: blue. Hex color #338CED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #338CED is #CC7312. Grayscale: #7B7B7B. Windows color (decimal): -13398803 or 15567923. OLE color: 15567923.
HSL color Cylindrical-coordinate representation of color #338CED: hue angle of 211.29º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #338CED is Cyan = 0.78, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 51 | 140 | 237 | - |
| CMYK | 0.78 | 0.41 | 0 | 0.07 |
| HSL | 211.29º | 0.84% | 0.56% | - |
| HSV(B) | 211.29º | 0.78% | 0.93% | - |
| XYZ | 26.03 | 25.57 | 83.69 | - |
| YUV | 124.45 | 191.51 | 75.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 140 | 237 | 0.78 | 0.41 | 0 | 0.07 | 211.29 | 0.84 | 0.56 |
| Hex | 33 | 8C | ED | 4E | 29 | 0 | 7 | D3 | 54 | 38 |
| Octal | 63 | 214 | 355 | 116 | 51 | 0 | 7 | 323 | 124 | 70 |
| Binary | 110011 | 10001100 | 11101101 | 1001110 | 101001 | 0 | 111 | 11010011 | 1010100 | 111000 |
Color Harmonies of #338CED
Complementary color
Monochromatic Colors of #338CED
Black with #338CED
Text Example
Text Example
White with #338CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338CED; }
p { color: rgb(51,140,237); }
H1.HeaderClassName
{
color: #338CED;
}
.AnyTagClassName
{
color: #338CED;
}
</style>
background-color css
<style>
a { background-color: #338CED; }
a { background-color: rgb(51,140,237); }
div.DivClassName
{
background-color: #338CED;
}
.BgClassName
{
background-color: #338CED;
}
</style>
border-color css
<style>
span { border-color: #338CED; }
span { border-color: rgb(51,140,237); }
td.TdClassName
{
border-color: #338CED;
}
.TagClassName
{
border-color: #338CED;
}
</style>