Shades of Dodger Blue #1A88FA
Tints of Dodger Blue #1A88FA
RGB
CMYK
RGB Variations
Color information
#1A88FA (or 0x1A88FA) is known color: Dodger Blue. HEX triplet: 1A, 88 and FA. RGB value is (26,136,250). Sum of RGB (Red+Green+Blue) = 26+136+250=412 (54% of max value = 765). Red value is 26 (10.55% from 255 or 6.31% from 412); Green value is 136 (53.52% from 255 or 33.01% from 412); Blue value is 250 (98.05% from 255 or 60.68% from 412); Max value from RGB is 250 - color contains mainly: blue. Hex color #1A88FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1A88FA is #E57705. Grayscale: #737373. Windows color (decimal): -15038214 or 16418842. OLE color: 16418842.
HSL color Cylindrical-coordinate representation of color #1A88FA: hue angle of 210.54º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A88FA is Cyan = 0.90, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 26 | 136 | 250 | - |
| CMYK | 0.90 | 0.46 | 0 | 0.02 |
| HSL | 210.54º | 0.96% | 0.54% | - |
| HSV(B) | 210.54º | 0.9% | 0.98% | - |
| XYZ | 26.49 | 24.73 | 93.82 | - |
| YUV | 116.11 | 203.56 | 63.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 136 | 250 | 0.90 | 0.46 | 0 | 0.02 | 210.54 | 0.96 | 0.54 |
| Hex | 1A | 88 | FA | 5A | 2E | 0 | 2 | D3 | 60 | 36 |
| Octal | 32 | 210 | 372 | 132 | 56 | 0 | 2 | 323 | 140 | 66 |
| Binary | 11010 | 10001000 | 11111010 | 1011010 | 101110 | 0 | 10 | 11010011 | 1100000 | 110110 |
Color Harmonies of #1A88FA
Complementary color
Monochromatic Colors of #1A88FA
Black with #1A88FA
Text Example
Text Example
White with #1A88FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A88FA; }
p { color: rgb(26,136,250); }
H1.HeaderClassName
{
color: #1A88FA;
}
.AnyTagClassName
{
color: #1A88FA;
}
</style>
background-color css
<style>
a { background-color: #1A88FA; }
a { background-color: rgb(26,136,250); }
div.DivClassName
{
background-color: #1A88FA;
}
.BgClassName
{
background-color: #1A88FA;
}
</style>
border-color css
<style>
span { border-color: #1A88FA; }
span { border-color: rgb(26,136,250); }
td.TdClassName
{
border-color: #1A88FA;
}
.TagClassName
{
border-color: #1A88FA;
}
</style>