Shades of Dodger Blue #367EFE
Tints of Dodger Blue #367EFE
RGB
CMYK
RGB Variations
Color information
#367EFE (or 0x367EFE) is known color: Dodger Blue. HEX triplet: 36, 7E and FE. RGB value is (54,126,254). Sum of RGB (Red+Green+Blue) = 54+126+254=434 (57% of max value = 765). Red value is 54 (21.48% from 255 or 12.44% from 434); Green value is 126 (49.61% from 255 or 29.03% from 434); Blue value is 254 (99.61% from 255 or 58.53% from 434); Max value from RGB is 254 - color contains mainly: blue. Hex color #367EFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #367EFE is #C98101. Grayscale: #767676. Windows color (decimal): -13205762 or 16678454. OLE color: 16678454.
HSL color Cylindrical-coordinate representation of color #367EFE: hue angle of 218.4º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #367EFE is Cyan = 0.79, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 54 | 126 | 254 | - |
| CMYK | 0.79 | 0.50 | 0 | 0.00 |
| HSL | 218.4º | 0.99% | 0.6% | - |
| HSV(B) | 218.4º | 0.79% | 1% | - |
| XYZ | 26.87 | 22.86 | 96.76 | - |
| YUV | 119.06 | 204.15 | 81.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 126 | 254 | 0.79 | 0.50 | 0 | 0.00 | 218.4 | 0.99 | 0.6 |
| Hex | 36 | 7E | FE | 4F | 32 | 0 | 0 | DA | 63 | 3C |
| Octal | 66 | 176 | 376 | 117 | 62 | 0 | 0 | 332 | 143 | 74 |
| Binary | 110110 | 1111110 | 11111110 | 1001111 | 110010 | 0 | 0 | 11011010 | 1100011 | 111100 |
Color Harmonies of #367EFE
Complementary color
Monochromatic Colors of #367EFE
Black with #367EFE
Text Example
Text Example
White with #367EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367EFE; }
p { color: rgb(54,126,254); }
H1.HeaderClassName
{
color: #367EFE;
}
.AnyTagClassName
{
color: #367EFE;
}
</style>
background-color css
<style>
a { background-color: #367EFE; }
a { background-color: rgb(54,126,254); }
div.DivClassName
{
background-color: #367EFE;
}
.BgClassName
{
background-color: #367EFE;
}
</style>
border-color css
<style>
span { border-color: #367EFE; }
span { border-color: rgb(54,126,254); }
td.TdClassName
{
border-color: #367EFE;
}
.TagClassName
{
border-color: #367EFE;
}
</style>