Shades of Dodger Blue #1A8FFC
Tints of Dodger Blue #1A8FFC
RGB
CMYK
RGB Variations
Color information
#1A8FFC (or 0x1A8FFC) is known color: Dodger Blue. HEX triplet: 1A, 8F and FC. RGB value is (26,143,252). Sum of RGB (Red+Green+Blue) = 26+143+252=421 (55% of max value = 765). Red value is 26 (10.55% from 255 or 6.18% from 421); Green value is 143 (56.25% from 255 or 33.97% from 421); Blue value is 252 (98.83% from 255 or 59.86% from 421); Max value from RGB is 252 - color contains mainly: blue. Hex color #1A8FFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1A8FFC is #E57003. Grayscale: #777777. Windows color (decimal): -15036420 or 16551706. OLE color: 16551706.
HSL color Cylindrical-coordinate representation of color #1A8FFC: hue angle of 208.94º 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 #1A8FFC is Cyan = 0.90, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 26 | 143 | 252 | - |
| CMYK | 0.90 | 0.43 | 0 | 0.01 |
| HSL | 208.94º | 0.97% | 0.55% | - |
| HSV(B) | 208.94º | 0.9% | 0.99% | - |
| XYZ | 27.82 | 26.89 | 95.82 | - |
| YUV | 120.44 | 202.24 | 60.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 143 | 252 | 0.90 | 0.43 | 0 | 0.01 | 208.94 | 0.97 | 0.55 |
| Hex | 1A | 8F | FC | 5A | 2B | 0 | 1 | D1 | 61 | 37 |
| Octal | 32 | 217 | 374 | 132 | 53 | 0 | 1 | 321 | 141 | 67 |
| Binary | 11010 | 10001111 | 11111100 | 1011010 | 101011 | 0 | 1 | 11010001 | 1100001 | 110111 |
Color Harmonies of #1A8FFC
Complementary color
Monochromatic Colors of #1A8FFC
Black with #1A8FFC
Text Example
Text Example
White with #1A8FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8FFC; }
p { color: rgb(26,143,252); }
H1.HeaderClassName
{
color: #1A8FFC;
}
.AnyTagClassName
{
color: #1A8FFC;
}
</style>
background-color css
<style>
a { background-color: #1A8FFC; }
a { background-color: rgb(26,143,252); }
div.DivClassName
{
background-color: #1A8FFC;
}
.BgClassName
{
background-color: #1A8FFC;
}
</style>
border-color css
<style>
span { border-color: #1A8FFC; }
span { border-color: rgb(26,143,252); }
td.TdClassName
{
border-color: #1A8FFC;
}
.TagClassName
{
border-color: #1A8FFC;
}
</style>