Shades of Dodger Blue #368EEE
Tints of Dodger Blue #368EEE
RGB
CMYK
RGB Variations
Color information
#368EEE (or 0x368EEE) is known color: Dodger Blue. HEX triplet: 36, 8E and EE. RGB value is (54,142,238). Sum of RGB (Red+Green+Blue) = 54+142+238=434 (57% of max value = 765). Red value is 54 (21.48% from 255 or 12.44% from 434); Green value is 142 (55.86% from 255 or 32.72% from 434); Blue value is 238 (93.36% from 255 or 54.84% from 434); Max value from RGB is 238 - color contains mainly: blue. Hex color #368EEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #368EEE is #C97111. Grayscale: #7E7E7E. Windows color (decimal): -13201682 or 15633974. OLE color: 15633974.
HSL color Cylindrical-coordinate representation of color #368EEE: hue angle of 211.3º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #368EEE is Cyan = 0.77, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 54 | 142 | 238 | - |
| CMYK | 0.77 | 0.40 | 0 | 0.07 |
| HSL | 211.3º | 0.84% | 0.57% | - |
| HSV(B) | 211.3º | 0.77% | 0.93% | - |
| XYZ | 26.63 | 26.3 | 84.56 | - |
| YUV | 126.63 | 190.85 | 76.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 142 | 238 | 0.77 | 0.40 | 0 | 0.07 | 211.3 | 0.84 | 0.57 |
| Hex | 36 | 8E | EE | 4D | 28 | 0 | 7 | D3 | 54 | 39 |
| Octal | 66 | 216 | 356 | 115 | 50 | 0 | 7 | 323 | 124 | 71 |
| Binary | 110110 | 10001110 | 11101110 | 1001101 | 101000 | 0 | 111 | 11010011 | 1010100 | 111001 |
Color Harmonies of #368EEE
Complementary color
Monochromatic Colors of #368EEE
Black with #368EEE
Text Example
Text Example
White with #368EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368EEE; }
p { color: rgb(54,142,238); }
H1.HeaderClassName
{
color: #368EEE;
}
.AnyTagClassName
{
color: #368EEE;
}
</style>
background-color css
<style>
a { background-color: #368EEE; }
a { background-color: rgb(54,142,238); }
div.DivClassName
{
background-color: #368EEE;
}
.BgClassName
{
background-color: #368EEE;
}
</style>
border-color css
<style>
span { border-color: #368EEE; }
span { border-color: rgb(54,142,238); }
td.TdClassName
{
border-color: #368EEE;
}
.TagClassName
{
border-color: #368EEE;
}
</style>