Shades of Dodger Blue #318FFC
Tints of Dodger Blue #318FFC
RGB
CMYK
RGB Variations
Color information
#318FFC (or 0x318FFC) is known color: Dodger Blue. HEX triplet: 31, 8F and FC. RGB value is (49,143,252). Sum of RGB (Red+Green+Blue) = 49+143+252=444 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.04% from 444); Green value is 143 (56.25% from 255 or 32.21% from 444); Blue value is 252 (98.83% from 255 or 56.76% from 444); Max value from RGB is 252 - color contains mainly: blue. Hex color #318FFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #318FFC is #CE7003. Grayscale: #7E7E7E. Windows color (decimal): -13529092 or 16551729. OLE color: 16551729.
HSL color Cylindrical-coordinate representation of color #318FFC: hue angle of 212.22º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #318FFC is Cyan = 0.81, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 49 | 143 | 252 | - |
| CMYK | 0.81 | 0.43 | 0 | 0.01 |
| HSL | 212.22º | 0.97% | 0.59% | - |
| HSV(B) | 212.22º | 0.81% | 0.99% | - |
| XYZ | 28.66 | 27.33 | 95.86 | - |
| YUV | 127.32 | 198.36 | 72.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 143 | 252 | 0.81 | 0.43 | 0 | 0.01 | 212.22 | 0.97 | 0.59 |
| Hex | 31 | 8F | FC | 51 | 2B | 0 | 1 | D4 | 61 | 3B |
| Octal | 61 | 217 | 374 | 121 | 53 | 0 | 1 | 324 | 141 | 73 |
| Binary | 110001 | 10001111 | 11111100 | 1010001 | 101011 | 0 | 1 | 11010100 | 1100001 | 111011 |
Color Harmonies of #318FFC
Complementary color
Monochromatic Colors of #318FFC
Black with #318FFC
Text Example
Text Example
White with #318FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318FFC; }
p { color: rgb(49,143,252); }
H1.HeaderClassName
{
color: #318FFC;
}
.AnyTagClassName
{
color: #318FFC;
}
</style>
background-color css
<style>
a { background-color: #318FFC; }
a { background-color: rgb(49,143,252); }
div.DivClassName
{
background-color: #318FFC;
}
.BgClassName
{
background-color: #318FFC;
}
</style>
border-color css
<style>
span { border-color: #318FFC; }
span { border-color: rgb(49,143,252); }
td.TdClassName
{
border-color: #318FFC;
}
.TagClassName
{
border-color: #318FFC;
}
</style>