Shades of Dodger Blue #318BFD
Tints of Dodger Blue #318BFD
RGB
CMYK
RGB Variations
Color information
#318BFD (or 0x318BFD) is known color: Dodger Blue. HEX triplet: 31, 8B and FD. RGB value is (49,139,253). Sum of RGB (Red+Green+Blue) = 49+139+253=441 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.11% from 441); Green value is 139 (54.69% from 255 or 31.52% from 441); Blue value is 253 (99.22% from 255 or 57.37% from 441); Max value from RGB is 253 - color contains mainly: blue. Hex color #318BFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #318BFD is #CE7402. Grayscale: #7C7C7C. Windows color (decimal): -13530115 or 16616241. OLE color: 16616241.
HSL color Cylindrical-coordinate representation of color #318BFD: hue angle of 213.53º degrees, saturation: 0.98, 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 #318BFD is Cyan = 0.81, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 49 | 139 | 253 | - |
| CMYK | 0.81 | 0.45 | 0 | 0.01 |
| HSL | 213.53º | 0.98% | 0.59% | - |
| HSV(B) | 213.53º | 0.81% | 0.99% | - |
| XYZ | 28.23 | 26.21 | 96.5 | - |
| YUV | 125.09 | 200.18 | 73.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 139 | 253 | 0.81 | 0.45 | 0 | 0.01 | 213.53 | 0.98 | 0.59 |
| Hex | 31 | 8B | FD | 51 | 2D | 0 | 1 | D6 | 62 | 3B |
| Octal | 61 | 213 | 375 | 121 | 55 | 0 | 1 | 326 | 142 | 73 |
| Binary | 110001 | 10001011 | 11111101 | 1010001 | 101101 | 0 | 1 | 11010110 | 1100010 | 111011 |
Color Harmonies of #318BFD
Complementary color
Monochromatic Colors of #318BFD
Black with #318BFD
Text Example
Text Example
White with #318BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318BFD; }
p { color: rgb(49,139,253); }
H1.HeaderClassName
{
color: #318BFD;
}
.AnyTagClassName
{
color: #318BFD;
}
</style>
background-color css
<style>
a { background-color: #318BFD; }
a { background-color: rgb(49,139,253); }
div.DivClassName
{
background-color: #318BFD;
}
.BgClassName
{
background-color: #318BFD;
}
</style>
border-color css
<style>
span { border-color: #318BFD; }
span { border-color: rgb(49,139,253); }
td.TdClassName
{
border-color: #318BFD;
}
.TagClassName
{
border-color: #318BFD;
}
</style>