Shades of Dodger Blue #367DFF
Tints of Dodger Blue #367DFF
RGB
CMYK
RGB Variations
Color information
#367DFF (or 0x367DFF) is known color: Dodger Blue. HEX triplet: 36, 7D and FF. RGB value is (54,125,255). Sum of RGB (Red+Green+Blue) = 54+125+255=434 (57% of max value = 765). Red value is 54 (21.48% from 255 or 12.44% from 434); Green value is 125 (49.22% from 255 or 28.80% from 434); Blue value is 255 (100% from 255 or 58.76% from 434); Max value from RGB is 255 - color contains mainly: blue. Hex color #367DFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #367DFF is #C98200. Grayscale: #767676. Windows color (decimal): -13206017 or 16743734. OLE color: 16743734.
HSL color Cylindrical-coordinate representation of color #367DFF: hue angle of 218.81º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #367DFF is Cyan = 0.79, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 54 | 125 | 255 | - |
| CMYK | 0.79 | 0.51 | 0 | 0 |
| HSL | 218.81º | 1% | 0.61% | - |
| HSV(B) | 218.81º | 0.79% | 1% | - |
| XYZ | 26.9 | 22.67 | 97.57 | - |
| YUV | 118.59 | 204.98 | 81.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 125 | 255 | 0.79 | 0.51 | 0 | 0 | 218.81 | 1 | 0.61 |
| Hex | 36 | 7D | FF | 4F | 33 | 0 | 0 | DB | 64 | 3D |
| Octal | 66 | 175 | 377 | 117 | 63 | 0 | 0 | 333 | 144 | 75 |
| Binary | 110110 | 1111101 | 11111111 | 1001111 | 110011 | 0 | 0 | 11011011 | 1100100 | 111101 |
Color Harmonies of #367DFF
Complementary color
Monochromatic Colors of #367DFF
Black with #367DFF
Text Example
Text Example
White with #367DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367DFF; }
p { color: rgb(54,125,255); }
H1.HeaderClassName
{
color: #367DFF;
}
.AnyTagClassName
{
color: #367DFF;
}
</style>
background-color css
<style>
a { background-color: #367DFF; }
a { background-color: rgb(54,125,255); }
div.DivClassName
{
background-color: #367DFF;
}
.BgClassName
{
background-color: #367DFF;
}
</style>
border-color css
<style>
span { border-color: #367DFF; }
span { border-color: rgb(54,125,255); }
td.TdClassName
{
border-color: #367DFF;
}
.TagClassName
{
border-color: #367DFF;
}
</style>