Shades of Dodger Blue #1A71FC
Tints of Dodger Blue #1A71FC
RGB
CMYK
RGB Variations
Color information
#1A71FC (or 0x1A71FC) is known color: Dodger Blue. HEX triplet: 1A, 71 and FC. RGB value is (26,113,252). Sum of RGB (Red+Green+Blue) = 26+113+252=391 (51% of max value = 765). Red value is 26 (10.55% from 255 or 6.65% from 391); Green value is 113 (44.53% from 255 or 28.90% from 391); Blue value is 252 (98.83% from 255 or 64.45% from 391); Max value from RGB is 252 - color contains mainly: blue. Hex color #1A71FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A71FC is #E58E03. Grayscale: #666666. Windows color (decimal): -15044100 or 16544026. OLE color: 16544026.
HSL color Cylindrical-coordinate representation of color #1A71FC: hue angle of 216.9º 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 #1A71FC is Cyan = 0.90, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 26 | 113 | 252 | - |
| CMYK | 0.90 | 0.55 | 0 | 0.01 |
| HSL | 216.9º | 0.97% | 0.55% | - |
| HSV(B) | 216.9º | 0.9% | 0.99% | - |
| XYZ | 23.9 | 19.06 | 94.51 | - |
| YUV | 102.83 | 212.18 | 73.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 113 | 252 | 0.90 | 0.55 | 0 | 0.01 | 216.9 | 0.97 | 0.55 |
| Hex | 1A | 71 | FC | 5A | 37 | 0 | 1 | D9 | 61 | 37 |
| Octal | 32 | 161 | 374 | 132 | 67 | 0 | 1 | 331 | 141 | 67 |
| Binary | 11010 | 1110001 | 11111100 | 1011010 | 110111 | 0 | 1 | 11011001 | 1100001 | 110111 |
Color Harmonies of #1A71FC
Complementary color
Monochromatic Colors of #1A71FC
Black with #1A71FC
Text Example
Text Example
White with #1A71FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A71FC; }
p { color: rgb(26,113,252); }
H1.HeaderClassName
{
color: #1A71FC;
}
.AnyTagClassName
{
color: #1A71FC;
}
</style>
background-color css
<style>
a { background-color: #1A71FC; }
a { background-color: rgb(26,113,252); }
div.DivClassName
{
background-color: #1A71FC;
}
.BgClassName
{
background-color: #1A71FC;
}
</style>
border-color css
<style>
span { border-color: #1A71FC; }
span { border-color: rgb(26,113,252); }
td.TdClassName
{
border-color: #1A71FC;
}
.TagClassName
{
border-color: #1A71FC;
}
</style>