Shades of Dodger Blue #1A8FEA
Tints of Dodger Blue #1A8FEA
RGB
CMYK
RGB Variations
Color information
#1A8FEA (or 0x1A8FEA) is known color: Dodger Blue. HEX triplet: 1A, 8F and EA. RGB value is (26,143,234). Sum of RGB (Red+Green+Blue) = 26+143+234=403 (53% of max value = 765). Red value is 26 (10.55% from 255 or 6.45% from 403); Green value is 143 (56.25% from 255 or 35.48% from 403); Blue value is 234 (91.80% from 255 or 58.06% from 403); Max value from RGB is 234 - color contains mainly: blue. Hex color #1A8FEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1A8FEA is #E57015. Grayscale: #757575. Windows color (decimal): -15036438 or 15372058. OLE color: 15372058.
HSL color Cylindrical-coordinate representation of color #1A8FEA: hue angle of 206.25º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A8FEA is Cyan = 0.89, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 26 | 143 | 234 | - |
| CMYK | 0.89 | 0.39 | 0 | 0.08 |
| HSL | 206.25º | 0.83% | 0.51% | - |
| HSV(B) | 206.25º | 0.89% | 0.92% | - |
| XYZ | 25.1 | 25.81 | 81.5 | - |
| YUV | 118.39 | 193.24 | 62.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 143 | 234 | 0.89 | 0.39 | 0 | 0.08 | 206.25 | 0.83 | 0.51 |
| Hex | 1A | 8F | EA | 59 | 27 | 0 | 8 | CE | 53 | 33 |
| Octal | 32 | 217 | 352 | 131 | 47 | 0 | 10 | 316 | 123 | 63 |
| Binary | 11010 | 10001111 | 11101010 | 1011001 | 100111 | 0 | 1000 | 11001110 | 1010011 | 110011 |
Color Harmonies of #1A8FEA
Complementary color
Monochromatic Colors of #1A8FEA
Black with #1A8FEA
Text Example
Text Example
White with #1A8FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8FEA; }
p { color: rgb(26,143,234); }
H1.HeaderClassName
{
color: #1A8FEA;
}
.AnyTagClassName
{
color: #1A8FEA;
}
</style>
background-color css
<style>
a { background-color: #1A8FEA; }
a { background-color: rgb(26,143,234); }
div.DivClassName
{
background-color: #1A8FEA;
}
.BgClassName
{
background-color: #1A8FEA;
}
</style>
border-color css
<style>
span { border-color: #1A8FEA; }
span { border-color: rgb(26,143,234); }
td.TdClassName
{
border-color: #1A8FEA;
}
.TagClassName
{
border-color: #1A8FEA;
}
</style>