Shades of Dodger Blue #1A9FFC
Tints of Dodger Blue #1A9FFC
RGB
CMYK
RGB Variations
Color information
#1A9FFC (or 0x1A9FFC) is known color: Dodger Blue. HEX triplet: 1A, 9F and FC. RGB value is (26,159,252). Sum of RGB (Red+Green+Blue) = 26+159+252=437 (57% of max value = 765). Red value is 26 (10.55% from 255 or 5.95% from 437); Green value is 159 (62.5% from 255 or 36.38% from 437); Blue value is 252 (98.83% from 255 or 57.67% from 437); Max value from RGB is 252 - color contains mainly: blue. Hex color #1A9FFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1A9FFC is #E56003. Grayscale: #818181. Windows color (decimal): -15032324 or 16555802. OLE color: 16555802.
HSL color Cylindrical-coordinate representation of color #1A9FFC: hue angle of 204.69º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A9FFC is Cyan = 0.90, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 26 | 159 | 252 | - |
| CMYK | 0.90 | 0.37 | 0 | 0.01 |
| HSL | 204.69º | 0.97% | 0.55% | - |
| HSV(B) | 204.69º | 0.9% | 0.99% | - |
| XYZ | 30.39 | 32.04 | 96.68 | - |
| YUV | 129.84 | 196.94 | 53.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 159 | 252 | 0.90 | 0.37 | 0 | 0.01 | 204.69 | 0.97 | 0.55 |
| Hex | 1A | 9F | FC | 5A | 25 | 0 | 1 | CD | 61 | 37 |
| Octal | 32 | 237 | 374 | 132 | 45 | 0 | 1 | 315 | 141 | 67 |
| Binary | 11010 | 10011111 | 11111100 | 1011010 | 100101 | 0 | 1 | 11001101 | 1100001 | 110111 |
Color Harmonies of #1A9FFC
Complementary color
Monochromatic Colors of #1A9FFC
Black with #1A9FFC
Text Example
Text Example
White with #1A9FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A9FFC; }
p { color: rgb(26,159,252); }
H1.HeaderClassName
{
color: #1A9FFC;
}
.AnyTagClassName
{
color: #1A9FFC;
}
</style>
background-color css
<style>
a { background-color: #1A9FFC; }
a { background-color: rgb(26,159,252); }
div.DivClassName
{
background-color: #1A9FFC;
}
.BgClassName
{
background-color: #1A9FFC;
}
</style>
border-color css
<style>
span { border-color: #1A9FFC; }
span { border-color: rgb(26,159,252); }
td.TdClassName
{
border-color: #1A9FFC;
}
.TagClassName
{
border-color: #1A9FFC;
}
</style>