Shades of Dodger Blue #1A63FD
Tints of Dodger Blue #1A63FD
RGB
CMYK
RGB Variations
Color information
#1A63FD (or 0x1A63FD) is known color: Dodger Blue. HEX triplet: 1A, 63 and FD. RGB value is (26,99,253). Sum of RGB (Red+Green+Blue) = 26+99+253=378 (50% of max value = 765). Red value is 26 (10.55% from 255 or 6.88% from 378); Green value is 99 (39.06% from 255 or 26.19% from 378); Blue value is 253 (99.22% from 255 or 66.93% from 378); Max value from RGB is 253 - color contains mainly: blue. Hex color #1A63FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A63FD is #E59C02. Grayscale: #5E5E5E. Windows color (decimal): -15047683 or 16605978. OLE color: 16605978.
HSL color Cylindrical-coordinate representation of color #1A63FD: hue angle of 220.7º degrees, saturation: 0.98, 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 #1A63FD is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 26 | 99 | 253 | - |
| CMYK | 0.90 | 0.61 | 0 | 0.01 |
| HSL | 220.7º | 0.98% | 0.55% | - |
| HSV(B) | 220.7º | 0.9% | 0.99% | - |
| XYZ | 22.62 | 16.24 | 94.87 | - |
| YUV | 94.73 | 217.32 | 78.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 99 | 253 | 0.90 | 0.61 | 0 | 0.01 | 220.7 | 0.98 | 0.55 |
| Hex | 1A | 63 | FD | 5A | 3D | 0 | 1 | DD | 62 | 37 |
| Octal | 32 | 143 | 375 | 132 | 75 | 0 | 1 | 335 | 142 | 67 |
| Binary | 11010 | 1100011 | 11111101 | 1011010 | 111101 | 0 | 1 | 11011101 | 1100010 | 110111 |
Color Harmonies of #1A63FD
Complementary color
Monochromatic Colors of #1A63FD
Black with #1A63FD
Text Example
Text Example
White with #1A63FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A63FD; }
p { color: rgb(26,99,253); }
H1.HeaderClassName
{
color: #1A63FD;
}
.AnyTagClassName
{
color: #1A63FD;
}
</style>
background-color css
<style>
a { background-color: #1A63FD; }
a { background-color: rgb(26,99,253); }
div.DivClassName
{
background-color: #1A63FD;
}
.BgClassName
{
background-color: #1A63FD;
}
</style>
border-color css
<style>
span { border-color: #1A63FD; }
span { border-color: rgb(26,99,253); }
td.TdClassName
{
border-color: #1A63FD;
}
.TagClassName
{
border-color: #1A63FD;
}
</style>