Shades of Dodger Blue #318AFF
Tints of Dodger Blue #318AFF
RGB
CMYK
RGB Variations
Color information
#318AFF (or 0x318AFF) is known color: Dodger Blue. HEX triplet: 31, 8A and FF. RGB value is (49,138,255). Sum of RGB (Red+Green+Blue) = 49+138+255=442 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.09% from 442); Green value is 138 (54.30% from 255 or 31.22% from 442); Blue value is 255 (100% from 255 or 57.69% from 442); Max value from RGB is 255 - color contains mainly: blue. Hex color #318AFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #318AFF is #CE7500. Grayscale: #7C7C7C. Windows color (decimal): -13530369 or 16747057. OLE color: 16747057.
HSL color Cylindrical-coordinate representation of color #318AFF: hue angle of 214.08º 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 #318AFF is Cyan = 0.81, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 138 | 255 | - |
| CMYK | 0.81 | 0.46 | 0 | 0 |
| HSL | 214.08º | 1% | 0.6% | - |
| HSV(B) | 214.08º | 0.81% | 1% | - |
| XYZ | 28.41 | 26.05 | 98.14 | - |
| YUV | 124.73 | 201.51 | 73.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 138 | 255 | 0.81 | 0.46 | 0 | 0 | 214.08 | 1 | 0.6 |
| Hex | 31 | 8A | FF | 51 | 2E | 0 | 0 | D6 | 64 | 3C |
| Octal | 61 | 212 | 377 | 121 | 56 | 0 | 0 | 326 | 144 | 74 |
| Binary | 110001 | 10001010 | 11111111 | 1010001 | 101110 | 0 | 0 | 11010110 | 1100100 | 111100 |
Color Harmonies of #318AFF
Complementary color
Monochromatic Colors of #318AFF
Black with #318AFF
Text Example
Text Example
White with #318AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318AFF; }
p { color: rgb(49,138,255); }
H1.HeaderClassName
{
color: #318AFF;
}
.AnyTagClassName
{
color: #318AFF;
}
</style>
background-color css
<style>
a { background-color: #318AFF; }
a { background-color: rgb(49,138,255); }
div.DivClassName
{
background-color: #318AFF;
}
.BgClassName
{
background-color: #318AFF;
}
</style>
border-color css
<style>
span { border-color: #318AFF; }
span { border-color: rgb(49,138,255); }
td.TdClassName
{
border-color: #318AFF;
}
.TagClassName
{
border-color: #318AFF;
}
</style>