Shades of Dodger Blue #318EFF
Tints of Dodger Blue #318EFF
RGB
CMYK
RGB Variations
Color information
#318EFF (or 0x318EFF) is known color: Dodger Blue. HEX triplet: 31, 8E and FF. RGB value is (49,142,255). Sum of RGB (Red+Green+Blue) = 49+142+255=446 (59% of max value = 765). Red value is 49 (19.53% from 255 or 10.99% from 446); Green value is 142 (55.86% from 255 or 31.84% from 446); Blue value is 255 (100% from 255 or 57.17% from 446); Max value from RGB is 255 - color contains mainly: blue. Hex color #318EFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #318EFF is #CE7100. Grayscale: #7E7E7E. Windows color (decimal): -13529345 or 16748081. OLE color: 16748081.
HSL color Cylindrical-coordinate representation of color #318EFF: hue angle of 212.91º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #318EFF is Cyan = 0.81, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 142 | 255 | - |
| CMYK | 0.81 | 0.44 | 0 | 0 |
| HSL | 212.91º | 1% | 0.6% | - |
| HSV(B) | 212.91º | 0.81% | 1% | - |
| XYZ | 28.99 | 27.22 | 98.33 | - |
| YUV | 127.08 | 200.19 | 72.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 142 | 255 | 0.81 | 0.44 | 0 | 0 | 212.91 | 1 | 0.6 |
| Hex | 31 | 8E | FF | 51 | 2C | 0 | 0 | D5 | 64 | 3C |
| Octal | 61 | 216 | 377 | 121 | 54 | 0 | 0 | 325 | 144 | 74 |
| Binary | 110001 | 10001110 | 11111111 | 1010001 | 101100 | 0 | 0 | 11010101 | 1100100 | 111100 |
Color Harmonies of #318EFF
Complementary color
Monochromatic Colors of #318EFF
Black with #318EFF
Text Example
Text Example
White with #318EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318EFF; }
p { color: rgb(49,142,255); }
H1.HeaderClassName
{
color: #318EFF;
}
.AnyTagClassName
{
color: #318EFF;
}
</style>
background-color css
<style>
a { background-color: #318EFF; }
a { background-color: rgb(49,142,255); }
div.DivClassName
{
background-color: #318EFF;
}
.BgClassName
{
background-color: #318EFF;
}
</style>
border-color css
<style>
span { border-color: #318EFF; }
span { border-color: rgb(49,142,255); }
td.TdClassName
{
border-color: #318EFF;
}
.TagClassName
{
border-color: #318EFF;
}
</style>