Shades of Dodger Blue #318FFF
Tints of Dodger Blue #318FFF
RGB
CMYK
RGB Variations
Color information
#318FFF (or 0x318FFF) is known color: Dodger Blue. HEX triplet: 31, 8F and FF. RGB value is (49,143,255). Sum of RGB (Red+Green+Blue) = 49+143+255=447 (59% of max value = 765). Red value is 49 (19.53% from 255 or 10.96% from 447); Green value is 143 (56.25% from 255 or 31.99% from 447); Blue value is 255 (100% from 255 or 57.05% from 447); Max value from RGB is 255 - color contains mainly: blue. Hex color #318FFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #318FFF is #CE7000. Grayscale: #7F7F7F. Windows color (decimal): -13529089 or 16748337. OLE color: 16748337.
HSL color Cylindrical-coordinate representation of color #318FFF: hue angle of 212.62º 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 #318FFF is Cyan = 0.81, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 143 | 255 | - |
| CMYK | 0.81 | 0.44 | 0 | 0 |
| HSL | 212.62º | 1% | 0.6% | - |
| HSV(B) | 212.62º | 0.81% | 1% | - |
| XYZ | 29.14 | 27.52 | 98.38 | - |
| YUV | 127.66 | 199.86 | 71.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 143 | 255 | 0.81 | 0.44 | 0 | 0 | 212.62 | 1 | 0.6 |
| Hex | 31 | 8F | FF | 51 | 2C | 0 | 0 | D5 | 64 | 3C |
| Octal | 61 | 217 | 377 | 121 | 54 | 0 | 0 | 325 | 144 | 74 |
| Binary | 110001 | 10001111 | 11111111 | 1010001 | 101100 | 0 | 0 | 11010101 | 1100100 | 111100 |
Color Harmonies of #318FFF
Complementary color
Monochromatic Colors of #318FFF
Black with #318FFF
Text Example
Text Example
White with #318FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318FFF; }
p { color: rgb(49,143,255); }
H1.HeaderClassName
{
color: #318FFF;
}
.AnyTagClassName
{
color: #318FFF;
}
</style>
background-color css
<style>
a { background-color: #318FFF; }
a { background-color: rgb(49,143,255); }
div.DivClassName
{
background-color: #318FFF;
}
.BgClassName
{
background-color: #318FFF;
}
</style>
border-color css
<style>
span { border-color: #318FFF; }
span { border-color: rgb(49,143,255); }
td.TdClassName
{
border-color: #318FFF;
}
.TagClassName
{
border-color: #318FFF;
}
</style>