Shades of Dodger Blue #3A98F7
Tints of Dodger Blue #3A98F7
RGB
CMYK
RGB Variations
Color information
#3A98F7 (or 0x3A98F7) is known color: Dodger Blue. HEX triplet: 3A, 98 and F7. RGB value is (58,152,247). Sum of RGB (Red+Green+Blue) = 58+152+247=457 (60% of max value = 765). Red value is 58 (23.05% from 255 or 12.69% from 457); Green value is 152 (59.77% from 255 or 33.26% from 457); Blue value is 247 (96.88% from 255 or 54.05% from 457); Max value from RGB is 247 - color contains mainly: blue. Hex color #3A98F7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3A98F7 is #C56708. Grayscale: #868686. Windows color (decimal): -12936969 or 16226362. OLE color: 16226362.
HSL color Cylindrical-coordinate representation of color #3A98F7: hue angle of 210.16º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A98F7 is Cyan = 0.77, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 58 | 152 | 247 | - |
| CMYK | 0.77 | 0.38 | 0 | 0.03 |
| HSL | 210.16º | 0.92% | 0.6% | - |
| HSV(B) | 210.16º | 0.77% | 0.97% | - |
| XYZ | 29.76 | 30.07 | 92.23 | - |
| YUV | 134.72 | 191.36 | 73.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 152 | 247 | 0.77 | 0.38 | 0 | 0.03 | 210.16 | 0.92 | 0.6 |
| Hex | 3A | 98 | F7 | 4D | 26 | 0 | 3 | D2 | 5C | 3C |
| Octal | 72 | 230 | 367 | 115 | 46 | 0 | 3 | 322 | 134 | 74 |
| Binary | 111010 | 10011000 | 11110111 | 1001101 | 100110 | 0 | 11 | 11010010 | 1011100 | 111100 |
Color Harmonies of #3A98F7
Complementary color
Monochromatic Colors of #3A98F7
Black with #3A98F7
Text Example
Text Example
White with #3A98F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A98F7; }
p { color: rgb(58,152,247); }
H1.HeaderClassName
{
color: #3A98F7;
}
.AnyTagClassName
{
color: #3A98F7;
}
</style>
background-color css
<style>
a { background-color: #3A98F7; }
a { background-color: rgb(58,152,247); }
div.DivClassName
{
background-color: #3A98F7;
}
.BgClassName
{
background-color: #3A98F7;
}
</style>
border-color css
<style>
span { border-color: #3A98F7; }
span { border-color: rgb(58,152,247); }
td.TdClassName
{
border-color: #3A98F7;
}
.TagClassName
{
border-color: #3A98F7;
}
</style>