Shades of Dodger Blue #1481FD
Tints of Dodger Blue #1481FD
RGB
CMYK
RGB Variations
Color information
#1481FD (or 0x1481FD) is known color: Dodger Blue. HEX triplet: 14, 81 and FD. RGB value is (20,129,253). Sum of RGB (Red+Green+Blue) = 20+129+253=402 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.98% from 402); Green value is 129 (50.78% from 255 or 32.09% from 402); Blue value is 253 (99.22% from 255 or 62.94% from 402); Max value from RGB is 253 - color contains mainly: blue. Hex color #1481FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1481FD is #EB7E02. Grayscale: #6D6D6D. Windows color (decimal): -15433219 or 16613652. OLE color: 16613652.
HSL color Cylindrical-coordinate representation of color #1481FD: hue angle of 211.93º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1481FD is Cyan = 0.92, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 20 | 129 | 253 | - |
| CMYK | 0.92 | 0.49 | 0 | 0.01 |
| HSL | 211.93º | 0.98% | 0.54% | - |
| HSV(B) | 211.93º | 0.92% | 0.99% | - |
| XYZ | 25.87 | 22.94 | 95.99 | - |
| YUV | 110.55 | 208.39 | 63.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 129 | 253 | 0.92 | 0.49 | 0 | 0.01 | 211.93 | 0.98 | 0.54 |
| Hex | 14 | 81 | FD | 5C | 31 | 0 | 1 | D4 | 62 | 36 |
| Octal | 24 | 201 | 375 | 134 | 61 | 0 | 1 | 324 | 142 | 66 |
| Binary | 10100 | 10000001 | 11111101 | 1011100 | 110001 | 0 | 1 | 11010100 | 1100010 | 110110 |
Color Harmonies of #1481FD
Complementary color
Monochromatic Colors of #1481FD
Black with #1481FD
Text Example
Text Example
White with #1481FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1481FD; }
p { color: rgb(20,129,253); }
H1.HeaderClassName
{
color: #1481FD;
}
.AnyTagClassName
{
color: #1481FD;
}
</style>
background-color css
<style>
a { background-color: #1481FD; }
a { background-color: rgb(20,129,253); }
div.DivClassName
{
background-color: #1481FD;
}
.BgClassName
{
background-color: #1481FD;
}
</style>
border-color css
<style>
span { border-color: #1481FD; }
span { border-color: rgb(20,129,253); }
td.TdClassName
{
border-color: #1481FD;
}
.TagClassName
{
border-color: #1481FD;
}
</style>