Shades of Dodger Blue #318AFE
Tints of Dodger Blue #318AFE
RGB
CMYK
RGB Variations
Color information
#318AFE (or 0x318AFE) is known color: Dodger Blue. HEX triplet: 31, 8A and FE. RGB value is (49,138,254). Sum of RGB (Red+Green+Blue) = 49+138+254=441 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.11% from 441); Green value is 138 (54.30% from 255 or 31.29% from 441); Blue value is 254 (99.61% from 255 or 57.60% from 441); Max value from RGB is 254 - color contains mainly: blue. Hex color #318AFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #318AFE is #CE7501. Grayscale: #7C7C7C. Windows color (decimal): -13530370 or 16681521. OLE color: 16681521.
HSL color Cylindrical-coordinate representation of color #318AFE: hue angle of 213.95º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #318AFE is Cyan = 0.81, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 49 | 138 | 254 | - |
| CMYK | 0.81 | 0.46 | 0 | 0.00 |
| HSL | 213.95º | 0.99% | 0.59% | - |
| HSV(B) | 213.95º | 0.81% | 1% | - |
| XYZ | 28.24 | 25.99 | 97.29 | - |
| YUV | 124.61 | 201.01 | 74.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 138 | 254 | 0.81 | 0.46 | 0 | 0.00 | 213.95 | 0.99 | 0.59 |
| Hex | 31 | 8A | FE | 51 | 2E | 0 | 0 | D6 | 63 | 3B |
| Octal | 61 | 212 | 376 | 121 | 56 | 0 | 0 | 326 | 143 | 73 |
| Binary | 110001 | 10001010 | 11111110 | 1010001 | 101110 | 0 | 0 | 11010110 | 1100011 | 111011 |
Color Harmonies of #318AFE
Complementary color
Monochromatic Colors of #318AFE
Black with #318AFE
Text Example
Text Example
White with #318AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318AFE; }
p { color: rgb(49,138,254); }
H1.HeaderClassName
{
color: #318AFE;
}
.AnyTagClassName
{
color: #318AFE;
}
</style>
background-color css
<style>
a { background-color: #318AFE; }
a { background-color: rgb(49,138,254); }
div.DivClassName
{
background-color: #318AFE;
}
.BgClassName
{
background-color: #318AFE;
}
</style>
border-color css
<style>
span { border-color: #318AFE; }
span { border-color: rgb(49,138,254); }
td.TdClassName
{
border-color: #318AFE;
}
.TagClassName
{
border-color: #318AFE;
}
</style>