Shades of Dodger Blue #318FE3
Tints of Dodger Blue #318FE3
RGB
CMYK
RGB Variations
Color information
#318FE3 (or 0x318FE3) is known color: Dodger Blue. HEX triplet: 31, 8F and E3. RGB value is (49,143,227). Sum of RGB (Red+Green+Blue) = 49+143+227=419 (55% of max value = 765). Red value is 49 (19.53% from 255 or 11.69% from 419); Green value is 143 (56.25% from 255 or 34.13% from 419); Blue value is 227 (89.06% from 255 or 54.18% from 419); Max value from RGB is 227 - color contains mainly: blue. Hex color #318FE3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #318FE3 is #CE701C. Grayscale: #7C7C7C. Windows color (decimal): -13529117 or 14913329. OLE color: 14913329.
HSL color Cylindrical-coordinate representation of color #318FE3: hue angle of 208.31º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #318FE3 is Cyan = 0.78, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 49 | 143 | 227 | - |
| CMYK | 0.78 | 0.37 | 0 | 0.11 |
| HSL | 208.31º | 0.76% | 0.54% | - |
| HSV(B) | 208.31º | 0.78% | 0.89% | - |
| XYZ | 24.95 | 25.84 | 76.35 | - |
| YUV | 124.47 | 185.86 | 74.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 143 | 227 | 0.78 | 0.37 | 0 | 0.11 | 208.31 | 0.76 | 0.54 |
| Hex | 31 | 8F | E3 | 4E | 25 | 0 | B | D0 | 4C | 36 |
| Octal | 61 | 217 | 343 | 116 | 45 | 0 | 13 | 320 | 114 | 66 |
| Binary | 110001 | 10001111 | 11100011 | 1001110 | 100101 | 0 | 1011 | 11010000 | 1001100 | 110110 |
Color Harmonies of #318FE3
Complementary color
Monochromatic Colors of #318FE3
Black with #318FE3
Text Example
Text Example
White with #318FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318FE3; }
p { color: rgb(49,143,227); }
H1.HeaderClassName
{
color: #318FE3;
}
.AnyTagClassName
{
color: #318FE3;
}
</style>
background-color css
<style>
a { background-color: #318FE3; }
a { background-color: rgb(49,143,227); }
div.DivClassName
{
background-color: #318FE3;
}
.BgClassName
{
background-color: #318FE3;
}
</style>
border-color css
<style>
span { border-color: #318FE3; }
span { border-color: rgb(49,143,227); }
td.TdClassName
{
border-color: #318FE3;
}
.TagClassName
{
border-color: #318FE3;
}
</style>