Shades of Dodger Blue #1A6BFC
Tints of Dodger Blue #1A6BFC
RGB
CMYK
RGB Variations
Color information
#1A6BFC (or 0x1A6BFC) is known color: Dodger Blue. HEX triplet: 1A, 6B and FC. RGB value is (26,107,252). Sum of RGB (Red+Green+Blue) = 26+107+252=385 (50% of max value = 765). Red value is 26 (10.55% from 255 or 6.75% from 385); Green value is 107 (42.19% from 255 or 27.79% from 385); Blue value is 252 (98.83% from 255 or 65.45% from 385); Max value from RGB is 252 - color contains mainly: blue. Hex color #1A6BFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A6BFC is #E59403. Grayscale: #626262. Windows color (decimal): -15045636 or 16542490. OLE color: 16542490.
HSL color Cylindrical-coordinate representation of color #1A6BFC: hue angle of 218.5º 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 #1A6BFC is Cyan = 0.90, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 26 | 107 | 252 | - |
| CMYK | 0.90 | 0.58 | 0 | 0.01 |
| HSL | 218.5º | 0.97% | 0.55% | - |
| HSV(B) | 218.5º | 0.9% | 0.99% | - |
| XYZ | 23.25 | 17.76 | 94.3 | - |
| YUV | 99.31 | 214.16 | 75.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 107 | 252 | 0.90 | 0.58 | 0 | 0.01 | 218.5 | 0.97 | 0.55 |
| Hex | 1A | 6B | FC | 5A | 3A | 0 | 1 | DA | 61 | 37 |
| Octal | 32 | 153 | 374 | 132 | 72 | 0 | 1 | 332 | 141 | 67 |
| Binary | 11010 | 1101011 | 11111100 | 1011010 | 111010 | 0 | 1 | 11011010 | 1100001 | 110111 |
Color Harmonies of #1A6BFC
Complementary color
Monochromatic Colors of #1A6BFC
Black with #1A6BFC
Text Example
Text Example
White with #1A6BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A6BFC; }
p { color: rgb(26,107,252); }
H1.HeaderClassName
{
color: #1A6BFC;
}
.AnyTagClassName
{
color: #1A6BFC;
}
</style>
background-color css
<style>
a { background-color: #1A6BFC; }
a { background-color: rgb(26,107,252); }
div.DivClassName
{
background-color: #1A6BFC;
}
.BgClassName
{
background-color: #1A6BFC;
}
</style>
border-color css
<style>
span { border-color: #1A6BFC; }
span { border-color: rgb(26,107,252); }
td.TdClassName
{
border-color: #1A6BFC;
}
.TagClassName
{
border-color: #1A6BFC;
}
</style>