Shades of Dodger Blue #368EFF
Tints of Dodger Blue #368EFF
RGB
CMYK
RGB Variations
Color information
#368EFF (or 0x368EFF) is known color: Dodger Blue. HEX triplet: 36, 8E and FF. RGB value is (54,142,255). Sum of RGB (Red+Green+Blue) = 54+142+255=451 (59% of max value = 765). Red value is 54 (21.48% from 255 or 11.97% from 451); Green value is 142 (55.86% from 255 or 31.49% from 451); Blue value is 255 (100% from 255 or 56.54% from 451); Max value from RGB is 255 - color contains mainly: blue. Hex color #368EFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #368EFF is #C97100. Grayscale: #808080. Windows color (decimal): -13201665 or 16748086. OLE color: 16748086.
HSL color Cylindrical-coordinate representation of color #368EFF: hue angle of 213.73º 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 #368EFF is Cyan = 0.79, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 54 | 142 | 255 | - |
| CMYK | 0.79 | 0.44 | 0 | 0 |
| HSL | 213.73º | 1% | 0.61% | - |
| HSV(B) | 213.73º | 0.79% | 1% | - |
| XYZ | 29.24 | 27.35 | 98.35 | - |
| YUV | 128.57 | 199.35 | 74.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 142 | 255 | 0.79 | 0.44 | 0 | 0 | 213.73 | 1 | 0.61 |
| Hex | 36 | 8E | FF | 4F | 2C | 0 | 0 | D6 | 64 | 3D |
| Octal | 66 | 216 | 377 | 117 | 54 | 0 | 0 | 326 | 144 | 75 |
| Binary | 110110 | 10001110 | 11111111 | 1001111 | 101100 | 0 | 0 | 11010110 | 1100100 | 111101 |
Color Harmonies of #368EFF
Complementary color
Monochromatic Colors of #368EFF
Black with #368EFF
Text Example
Text Example
White with #368EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368EFF; }
p { color: rgb(54,142,255); }
H1.HeaderClassName
{
color: #368EFF;
}
.AnyTagClassName
{
color: #368EFF;
}
</style>
background-color css
<style>
a { background-color: #368EFF; }
a { background-color: rgb(54,142,255); }
div.DivClassName
{
background-color: #368EFF;
}
.BgClassName
{
background-color: #368EFF;
}
</style>
border-color css
<style>
span { border-color: #368EFF; }
span { border-color: rgb(54,142,255); }
td.TdClassName
{
border-color: #368EFF;
}
.TagClassName
{
border-color: #368EFF;
}
</style>