Shades of Dodger Blue #1481FC
Tints of Dodger Blue #1481FC
RGB
CMYK
RGB Variations
Color information
#1481FC (or 0x1481FC) is known color: Dodger Blue. HEX triplet: 14, 81 and FC. RGB value is (20,129,252). Sum of RGB (Red+Green+Blue) = 20+129+252=401 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.99% from 401); Green value is 129 (50.78% from 255 or 32.17% from 401); Blue value is 252 (98.83% from 255 or 62.84% from 401); Max value from RGB is 252 - color contains mainly: blue. Hex color #1481FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1481FC is #EB7E03. Grayscale: #6D6D6D. Windows color (decimal): -15433220 or 16548116. OLE color: 16548116.
HSL color Cylindrical-coordinate representation of color #1481FC: hue angle of 211.81º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1481FC is Cyan = 0.92, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 20 | 129 | 252 | - |
| CMYK | 0.92 | 0.49 | 0 | 0.01 |
| HSL | 211.81º | 0.97% | 0.53% | - |
| HSV(B) | 211.81º | 0.92% | 0.99% | - |
| XYZ | 25.71 | 22.88 | 95.16 | - |
| YUV | 110.43 | 207.89 | 63.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 129 | 252 | 0.92 | 0.49 | 0 | 0.01 | 211.81 | 0.97 | 0.53 |
| Hex | 14 | 81 | FC | 5C | 31 | 0 | 1 | D4 | 61 | 35 |
| Octal | 24 | 201 | 374 | 134 | 61 | 0 | 1 | 324 | 141 | 65 |
| Binary | 10100 | 10000001 | 11111100 | 1011100 | 110001 | 0 | 1 | 11010100 | 1100001 | 110101 |
Color Harmonies of #1481FC
Complementary color
Monochromatic Colors of #1481FC
Black with #1481FC
Text Example
Text Example
White with #1481FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1481FC; }
p { color: rgb(20,129,252); }
H1.HeaderClassName
{
color: #1481FC;
}
.AnyTagClassName
{
color: #1481FC;
}
</style>
background-color css
<style>
a { background-color: #1481FC; }
a { background-color: rgb(20,129,252); }
div.DivClassName
{
background-color: #1481FC;
}
.BgClassName
{
background-color: #1481FC;
}
</style>
border-color css
<style>
span { border-color: #1481FC; }
span { border-color: rgb(20,129,252); }
td.TdClassName
{
border-color: #1481FC;
}
.TagClassName
{
border-color: #1481FC;
}
</style>