Shades of Dodger Blue #3A8EEA
Tints of Dodger Blue #3A8EEA
RGB
CMYK
RGB Variations
Color information
#3A8EEA (or 0x3A8EEA) is known color: Dodger Blue. HEX triplet: 3A, 8E and EA. RGB value is (58,142,234). Sum of RGB (Red+Green+Blue) = 58+142+234=434 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.36% from 434); Green value is 142 (55.86% from 255 or 32.72% from 434); Blue value is 234 (91.80% from 255 or 53.92% from 434); Max value from RGB is 234 - color contains mainly: blue. Hex color #3A8EEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3A8EEA is #C57115. Grayscale: #7E7E7E. Windows color (decimal): -12939542 or 15371834. OLE color: 15371834.
HSL color Cylindrical-coordinate representation of color #3A8EEA: hue angle of 211.36º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3A8EEA is Cyan = 0.75, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 58 | 142 | 234 | - |
| CMYK | 0.75 | 0.39 | 0 | 0.08 |
| HSL | 211.36º | 0.81% | 0.57% | - |
| HSV(B) | 211.36º | 0.75% | 0.92% | - |
| XYZ | 26.27 | 26.19 | 81.51 | - |
| YUV | 127.37 | 188.17 | 78.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 142 | 234 | 0.75 | 0.39 | 0 | 0.08 | 211.36 | 0.81 | 0.57 |
| Hex | 3A | 8E | EA | 4B | 27 | 0 | 8 | D3 | 51 | 39 |
| Octal | 72 | 216 | 352 | 113 | 47 | 0 | 10 | 323 | 121 | 71 |
| Binary | 111010 | 10001110 | 11101010 | 1001011 | 100111 | 0 | 1000 | 11010011 | 1010001 | 111001 |
Color Harmonies of #3A8EEA
Complementary color
Monochromatic Colors of #3A8EEA
Black with #3A8EEA
Text Example
Text Example
White with #3A8EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8EEA; }
p { color: rgb(58,142,234); }
H1.HeaderClassName
{
color: #3A8EEA;
}
.AnyTagClassName
{
color: #3A8EEA;
}
</style>
background-color css
<style>
a { background-color: #3A8EEA; }
a { background-color: rgb(58,142,234); }
div.DivClassName
{
background-color: #3A8EEA;
}
.BgClassName
{
background-color: #3A8EEA;
}
</style>
border-color css
<style>
span { border-color: #3A8EEA; }
span { border-color: rgb(58,142,234); }
td.TdClassName
{
border-color: #3A8EEA;
}
.TagClassName
{
border-color: #3A8EEA;
}
</style>