Shades of Dodger Blue #1A8CFD
Tints of Dodger Blue #1A8CFD
RGB
CMYK
RGB Variations
Color information
#1A8CFD (or 0x1A8CFD) is known color: Dodger Blue. HEX triplet: 1A, 8C and FD. RGB value is (26,140,253). Sum of RGB (Red+Green+Blue) = 26+140+253=419 (55% of max value = 765). Red value is 26 (10.55% from 255 or 6.21% from 419); Green value is 140 (55.08% from 255 or 33.41% from 419); Blue value is 253 (99.22% from 255 or 60.38% from 419); Max value from RGB is 253 - color contains mainly: blue. Hex color #1A8CFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1A8CFD is #E57302. Grayscale: #767676. Windows color (decimal): -15037187 or 16616474. OLE color: 16616474.
HSL color Cylindrical-coordinate representation of color #1A8CFD: hue angle of 209.87º degrees, saturation: 0.98, 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 #1A8CFD is Cyan = 0.90, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 26 | 140 | 253 | - |
| CMYK | 0.90 | 0.45 | 0 | 0.01 |
| HSL | 209.87º | 0.98% | 0.55% | - |
| HSV(B) | 209.87º | 0.9% | 0.99% | - |
| XYZ | 27.53 | 26.07 | 96.51 | - |
| YUV | 118.8 | 203.73 | 61.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 140 | 253 | 0.90 | 0.45 | 0 | 0.01 | 209.87 | 0.98 | 0.55 |
| Hex | 1A | 8C | FD | 5A | 2D | 0 | 1 | D2 | 62 | 37 |
| Octal | 32 | 214 | 375 | 132 | 55 | 0 | 1 | 322 | 142 | 67 |
| Binary | 11010 | 10001100 | 11111101 | 1011010 | 101101 | 0 | 1 | 11010010 | 1100010 | 110111 |
Color Harmonies of #1A8CFD
Complementary color
Monochromatic Colors of #1A8CFD
Black with #1A8CFD
Text Example
Text Example
White with #1A8CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8CFD; }
p { color: rgb(26,140,253); }
H1.HeaderClassName
{
color: #1A8CFD;
}
.AnyTagClassName
{
color: #1A8CFD;
}
</style>
background-color css
<style>
a { background-color: #1A8CFD; }
a { background-color: rgb(26,140,253); }
div.DivClassName
{
background-color: #1A8CFD;
}
.BgClassName
{
background-color: #1A8CFD;
}
</style>
border-color css
<style>
span { border-color: #1A8CFD; }
span { border-color: rgb(26,140,253); }
td.TdClassName
{
border-color: #1A8CFD;
}
.TagClassName
{
border-color: #1A8CFD;
}
</style>