Shades of Dodger Blue #1AA3FC
Tints of Dodger Blue #1AA3FC
RGB
CMYK
RGB Variations
Color information
#1AA3FC (or 0x1AA3FC) is known color: Dodger Blue. HEX triplet: 1A, A3 and FC. RGB value is (26,163,252). Sum of RGB (Red+Green+Blue) = 26+163+252=441 (58% of max value = 765). Red value is 26 (10.55% from 255 or 5.90% from 441); Green value is 163 (64.06% from 255 or 36.96% from 441); Blue value is 252 (98.83% from 255 or 57.14% from 441); Max value from RGB is 252 - color contains mainly: blue. Hex color #1AA3FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1AA3FC is #E55C03. Grayscale: #838383. Windows color (decimal): -15031300 or 16556826. OLE color: 16556826.
HSL color Cylindrical-coordinate representation of color #1AA3FC: hue angle of 203.63º 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 #1AA3FC is Cyan = 0.90, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 26 | 163 | 252 | - |
| CMYK | 0.90 | 0.35 | 0 | 0.01 |
| HSL | 203.63º | 0.97% | 0.55% | - |
| HSV(B) | 203.63º | 0.9% | 0.99% | - |
| XYZ | 31.09 | 33.44 | 96.91 | - |
| YUV | 132.18 | 195.61 | 52.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 163 | 252 | 0.90 | 0.35 | 0 | 0.01 | 203.63 | 0.97 | 0.55 |
| Hex | 1A | A3 | FC | 5A | 23 | 0 | 1 | CC | 61 | 37 |
| Octal | 32 | 243 | 374 | 132 | 43 | 0 | 1 | 314 | 141 | 67 |
| Binary | 11010 | 10100011 | 11111100 | 1011010 | 100011 | 0 | 1 | 11001100 | 1100001 | 110111 |
Color Harmonies of #1AA3FC
Complementary color
Monochromatic Colors of #1AA3FC
Black with #1AA3FC
Text Example
Text Example
White with #1AA3FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AA3FC; }
p { color: rgb(26,163,252); }
H1.HeaderClassName
{
color: #1AA3FC;
}
.AnyTagClassName
{
color: #1AA3FC;
}
</style>
background-color css
<style>
a { background-color: #1AA3FC; }
a { background-color: rgb(26,163,252); }
div.DivClassName
{
background-color: #1AA3FC;
}
.BgClassName
{
background-color: #1AA3FC;
}
</style>
border-color css
<style>
span { border-color: #1AA3FC; }
span { border-color: rgb(26,163,252); }
td.TdClassName
{
border-color: #1AA3FC;
}
.TagClassName
{
border-color: #1AA3FC;
}
</style>