Shades of Dodger Blue #318BEA
Tints of Dodger Blue #318BEA
RGB
CMYK
RGB Variations
Color information
#318BEA (or 0x318BEA) is known color: Dodger Blue. HEX triplet: 31, 8B and EA. RGB value is (49,139,234). Sum of RGB (Red+Green+Blue) = 49+139+234=422 (55% of max value = 765). Red value is 49 (19.53% from 255 or 11.61% from 422); Green value is 139 (54.69% from 255 or 32.94% from 422); Blue value is 234 (91.80% from 255 or 55.45% from 422); Max value from RGB is 234 - color contains mainly: blue. Hex color #318BEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #318BEA is #CE7415. Grayscale: #7A7A7A. Windows color (decimal): -13530134 or 15371057. OLE color: 15371057.
HSL color Cylindrical-coordinate representation of color #318BEA: hue angle of 210.81º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #318BEA is Cyan = 0.79, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 49 | 139 | 234 | - |
| CMYK | 0.79 | 0.41 | 0 | 0.08 |
| HSL | 210.81º | 0.81% | 0.55% | - |
| HSV(B) | 210.81º | 0.79% | 0.92% | - |
| XYZ | 25.35 | 25.06 | 81.34 | - |
| YUV | 122.92 | 190.68 | 75.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 139 | 234 | 0.79 | 0.41 | 0 | 0.08 | 210.81 | 0.81 | 0.55 |
| Hex | 31 | 8B | EA | 4F | 29 | 0 | 8 | D3 | 51 | 37 |
| Octal | 61 | 213 | 352 | 117 | 51 | 0 | 10 | 323 | 121 | 67 |
| Binary | 110001 | 10001011 | 11101010 | 1001111 | 101001 | 0 | 1000 | 11010011 | 1010001 | 110111 |
Color Harmonies of #318BEA
Complementary color
Monochromatic Colors of #318BEA
Black with #318BEA
Text Example
Text Example
White with #318BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318BEA; }
p { color: rgb(49,139,234); }
H1.HeaderClassName
{
color: #318BEA;
}
.AnyTagClassName
{
color: #318BEA;
}
</style>
background-color css
<style>
a { background-color: #318BEA; }
a { background-color: rgb(49,139,234); }
div.DivClassName
{
background-color: #318BEA;
}
.BgClassName
{
background-color: #318BEA;
}
</style>
border-color css
<style>
span { border-color: #318BEA; }
span { border-color: rgb(49,139,234); }
td.TdClassName
{
border-color: #318BEA;
}
.TagClassName
{
border-color: #318BEA;
}
</style>