Shades of Dodger Blue #1488FA
Tints of Dodger Blue #1488FA
RGB
CMYK
RGB Variations
Color information
#1488FA (or 0x1488FA) is known color: Dodger Blue. HEX triplet: 14, 88 and FA. RGB value is (20,136,250). Sum of RGB (Red+Green+Blue) = 20+136+250=406 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.93% from 406); Green value is 136 (53.52% from 255 or 33.50% from 406); Blue value is 250 (98.05% from 255 or 61.58% from 406); Max value from RGB is 250 - color contains mainly: blue. Hex color #1488FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1488FA is #EB7705. Grayscale: #717171. Windows color (decimal): -15431430 or 16418836. OLE color: 16418836.
HSL color Cylindrical-coordinate representation of color #1488FA: hue angle of 209.74º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1488FA is Cyan = 0.92, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 20 | 136 | 250 | - |
| CMYK | 0.92 | 0.46 | 0 | 0.02 |
| HSL | 209.74º | 0.96% | 0.53% | - |
| HSV(B) | 209.74º | 0.92% | 0.98% | - |
| XYZ | 26.35 | 24.66 | 93.81 | - |
| YUV | 114.31 | 204.57 | 60.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 136 | 250 | 0.92 | 0.46 | 0 | 0.02 | 209.74 | 0.96 | 0.53 |
| Hex | 14 | 88 | FA | 5C | 2E | 0 | 2 | D2 | 60 | 35 |
| Octal | 24 | 210 | 372 | 134 | 56 | 0 | 2 | 322 | 140 | 65 |
| Binary | 10100 | 10001000 | 11111010 | 1011100 | 101110 | 0 | 10 | 11010010 | 1100000 | 110101 |
Color Harmonies of #1488FA
Complementary color
Monochromatic Colors of #1488FA
Black with #1488FA
Text Example
Text Example
White with #1488FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1488FA; }
p { color: rgb(20,136,250); }
H1.HeaderClassName
{
color: #1488FA;
}
.AnyTagClassName
{
color: #1488FA;
}
</style>
background-color css
<style>
a { background-color: #1488FA; }
a { background-color: rgb(20,136,250); }
div.DivClassName
{
background-color: #1488FA;
}
.BgClassName
{
background-color: #1488FA;
}
</style>
border-color css
<style>
span { border-color: #1488FA; }
span { border-color: rgb(20,136,250); }
td.TdClassName
{
border-color: #1488FA;
}
.TagClassName
{
border-color: #1488FA;
}
</style>