Shades of Dodger Blue #1A98FF
Tints of Dodger Blue #1A98FF
RGB
CMYK
RGB Variations
Color information
#1A98FF (or 0x1A98FF) is known color: Dodger Blue. HEX triplet: 1A, 98 and FF. RGB value is (26,152,255). Sum of RGB (Red+Green+Blue) = 26+152+255=433 (57% of max value = 765). Red value is 26 (10.55% from 255 or 6.00% from 433); Green value is 152 (59.77% from 255 or 35.10% from 433); Blue value is 255 (100% from 255 or 58.89% from 433); Max value from RGB is 255 - color contains mainly: blue. Hex color #1A98FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1A98FF is #E56700. Grayscale: #7D7D7D. Windows color (decimal): -15034113 or 16750618. OLE color: 16750618.
HSL color Cylindrical-coordinate representation of color #1A98FF: hue angle of 206.99º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A98FF is Cyan = 0.90, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 26 | 152 | 255 | - |
| CMYK | 0.90 | 0.40 | 0 | 0 |
| HSL | 206.99º | 1% | 0.55% | - |
| HSV(B) | 206.99º | 0.9% | 1% | - |
| XYZ | 29.7 | 29.9 | 98.81 | - |
| YUV | 126.07 | 200.76 | 56.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 152 | 255 | 0.90 | 0.40 | 0 | 0 | 206.99 | 1 | 0.55 |
| Hex | 1A | 98 | FF | 5A | 28 | 0 | 0 | CF | 64 | 37 |
| Octal | 32 | 230 | 377 | 132 | 50 | 0 | 0 | 317 | 144 | 67 |
| Binary | 11010 | 10011000 | 11111111 | 1011010 | 101000 | 0 | 0 | 11001111 | 1100100 | 110111 |
Color Harmonies of #1A98FF
Complementary color
Monochromatic Colors of #1A98FF
Black with #1A98FF
Text Example
Text Example
White with #1A98FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A98FF; }
p { color: rgb(26,152,255); }
H1.HeaderClassName
{
color: #1A98FF;
}
.AnyTagClassName
{
color: #1A98FF;
}
</style>
background-color css
<style>
a { background-color: #1A98FF; }
a { background-color: rgb(26,152,255); }
div.DivClassName
{
background-color: #1A98FF;
}
.BgClassName
{
background-color: #1A98FF;
}
</style>
border-color css
<style>
span { border-color: #1A98FF; }
span { border-color: rgb(26,152,255); }
td.TdClassName
{
border-color: #1A98FF;
}
.TagClassName
{
border-color: #1A98FF;
}
</style>