Shades of Dodger Blue #2A98FF
Tints of Dodger Blue #2A98FF
RGB
CMYK
RGB Variations
Color information
#2A98FF (or 0x2A98FF) is known color: Dodger Blue. HEX triplet: 2A, 98 and FF. RGB value is (42,152,255). Sum of RGB (Red+Green+Blue) = 42+152+255=449 (59% of max value = 765). Red value is 42 (16.80% from 255 or 9.35% from 449); Green value is 152 (59.77% from 255 or 33.85% from 449); Blue value is 255 (100% from 255 or 56.79% from 449); Max value from RGB is 255 - color contains mainly: blue. Hex color #2A98FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2A98FF is #D56700. Grayscale: #828282. Windows color (decimal): -13985537 or 16750634. OLE color: 16750634.
HSL color Cylindrical-coordinate representation of color #2A98FF: hue angle of 209.01º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2A98FF is Cyan = 0.84, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 42 | 152 | 255 | - |
| CMYK | 0.84 | 0.40 | 0 | 0 |
| HSL | 209.01º | 1% | 0.58% | - |
| HSV(B) | 209.01º | 0.84% | 1% | - |
| XYZ | 30.23 | 30.17 | 98.84 | - |
| YUV | 130.85 | 198.06 | 64.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 152 | 255 | 0.84 | 0.40 | 0 | 0 | 209.01 | 1 | 0.58 |
| Hex | 2A | 98 | FF | 54 | 28 | 0 | 0 | D1 | 64 | 3A |
| Octal | 52 | 230 | 377 | 124 | 50 | 0 | 0 | 321 | 144 | 72 |
| Binary | 101010 | 10011000 | 11111111 | 1010100 | 101000 | 0 | 0 | 11010001 | 1100100 | 111010 |
Color Harmonies of #2A98FF
Complementary color
Monochromatic Colors of #2A98FF
Black with #2A98FF
Text Example
Text Example
White with #2A98FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A98FF; }
p { color: rgb(42,152,255); }
H1.HeaderClassName
{
color: #2A98FF;
}
.AnyTagClassName
{
color: #2A98FF;
}
</style>
background-color css
<style>
a { background-color: #2A98FF; }
a { background-color: rgb(42,152,255); }
div.DivClassName
{
background-color: #2A98FF;
}
.BgClassName
{
background-color: #2A98FF;
}
</style>
border-color css
<style>
span { border-color: #2A98FF; }
span { border-color: rgb(42,152,255); }
td.TdClassName
{
border-color: #2A98FF;
}
.TagClassName
{
border-color: #2A98FF;
}
</style>