Shades of Dodger Blue #1A8BFC
Tints of Dodger Blue #1A8BFC
RGB
CMYK
RGB Variations
Color information
#1A8BFC (or 0x1A8BFC) is known color: Dodger Blue. HEX triplet: 1A, 8B and FC. RGB value is (26,139,252). Sum of RGB (Red+Green+Blue) = 26+139+252=417 (55% of max value = 765). Red value is 26 (10.55% from 255 or 6.24% from 417); Green value is 139 (54.69% from 255 or 33.33% from 417); Blue value is 252 (98.83% from 255 or 60.43% from 417); Max value from RGB is 252 - color contains mainly: blue. Hex color #1A8BFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1A8BFC is #E57403. Grayscale: #757575. Windows color (decimal): -15037444 or 16550682. OLE color: 16550682.
HSL color Cylindrical-coordinate representation of color #1A8BFC: hue angle of 210º 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 #1A8BFC is Cyan = 0.90, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 26 | 139 | 252 | - |
| CMYK | 0.90 | 0.45 | 0 | 0.01 |
| HSL | 210º | 0.97% | 0.55% | - |
| HSV(B) | 210º | 0.9% | 0.99% | - |
| XYZ | 27.23 | 25.71 | 95.62 | - |
| YUV | 118.1 | 203.56 | 62.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 139 | 252 | 0.90 | 0.45 | 0 | 0.01 | 210 | 0.97 | 0.55 |
| Hex | 1A | 8B | FC | 5A | 2D | 0 | 1 | D2 | 61 | 37 |
| Octal | 32 | 213 | 374 | 132 | 55 | 0 | 1 | 322 | 141 | 67 |
| Binary | 11010 | 10001011 | 11111100 | 1011010 | 101101 | 0 | 1 | 11010010 | 1100001 | 110111 |
Color Harmonies of #1A8BFC
Complementary color
Monochromatic Colors of #1A8BFC
Black with #1A8BFC
Text Example
Text Example
White with #1A8BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8BFC; }
p { color: rgb(26,139,252); }
H1.HeaderClassName
{
color: #1A8BFC;
}
.AnyTagClassName
{
color: #1A8BFC;
}
</style>
background-color css
<style>
a { background-color: #1A8BFC; }
a { background-color: rgb(26,139,252); }
div.DivClassName
{
background-color: #1A8BFC;
}
.BgClassName
{
background-color: #1A8BFC;
}
</style>
border-color css
<style>
span { border-color: #1A8BFC; }
span { border-color: rgb(26,139,252); }
td.TdClassName
{
border-color: #1A8BFC;
}
.TagClassName
{
border-color: #1A8BFC;
}
</style>