Shades of Dodger Blue #318AF3
Tints of Dodger Blue #318AF3
RGB
CMYK
RGB Variations
Color information
#318AF3 (or 0x318AF3) is known color: Dodger Blue. HEX triplet: 31, 8A and F3. RGB value is (49,138,243). Sum of RGB (Red+Green+Blue) = 49+138+243=430 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.40% from 430); Green value is 138 (54.30% from 255 or 32.09% from 430); Blue value is 243 (95.31% from 255 or 56.51% from 430); Max value from RGB is 243 - color contains mainly: blue. Hex color #318AF3 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #318AF3 is #CE750C. Grayscale: #7A7A7A. Windows color (decimal): -13530381 or 15960625. OLE color: 15960625.
HSL color Cylindrical-coordinate representation of color #318AF3: hue angle of 212.47º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #318AF3 is Cyan = 0.80, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 49 | 138 | 243 | - |
| CMYK | 0.80 | 0.43 | 0 | 0.05 |
| HSL | 212.47º | 0.89% | 0.57% | - |
| HSV(B) | 212.47º | 0.8% | 0.95% | - |
| XYZ | 26.53 | 25.3 | 88.28 | - |
| YUV | 123.36 | 195.51 | 74.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 138 | 243 | 0.80 | 0.43 | 0 | 0.05 | 212.47 | 0.89 | 0.57 |
| Hex | 31 | 8A | F3 | 50 | 2B | 0 | 5 | D4 | 59 | 39 |
| Octal | 61 | 212 | 363 | 120 | 53 | 0 | 5 | 324 | 131 | 71 |
| Binary | 110001 | 10001010 | 11110011 | 1010000 | 101011 | 0 | 101 | 11010100 | 1011001 | 111001 |
Color Harmonies of #318AF3
Complementary color
Monochromatic Colors of #318AF3
Black with #318AF3
Text Example
Text Example
White with #318AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318AF3; }
p { color: rgb(49,138,243); }
H1.HeaderClassName
{
color: #318AF3;
}
.AnyTagClassName
{
color: #318AF3;
}
</style>
background-color css
<style>
a { background-color: #318AF3; }
a { background-color: rgb(49,138,243); }
div.DivClassName
{
background-color: #318AF3;
}
.BgClassName
{
background-color: #318AF3;
}
</style>
border-color css
<style>
span { border-color: #318AF3; }
span { border-color: rgb(49,138,243); }
td.TdClassName
{
border-color: #318AF3;
}
.TagClassName
{
border-color: #318AF3;
}
</style>