Shades of Dodger Blue #1475FA
Tints of Dodger Blue #1475FA
RGB
CMYK
RGB Variations
Color information
#1475FA (or 0x1475FA) is known color: Dodger Blue. HEX triplet: 14, 75 and FA. RGB value is (20,117,250). Sum of RGB (Red+Green+Blue) = 20+117+250=387 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.17% from 387); Green value is 117 (46.09% from 255 or 30.23% from 387); Blue value is 250 (98.05% from 255 or 64.60% from 387); Max value from RGB is 250 - color contains mainly: blue. Hex color #1475FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1475FA is #EB8A05. Grayscale: #666666. Windows color (decimal): -15436294 or 16413972. OLE color: 16413972.
HSL color Cylindrical-coordinate representation of color #1475FA: hue angle of 214.7º 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 #1475FA is Cyan = 0.92, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 20 | 117 | 250 | - |
| CMYK | 0.92 | 0.53 | 0 | 0.02 |
| HSL | 214.7º | 0.96% | 0.53% | - |
| HSV(B) | 214.7º | 0.92% | 0.98% | - |
| XYZ | 23.91 | 19.77 | 93 | - |
| YUV | 103.16 | 210.86 | 68.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 117 | 250 | 0.92 | 0.53 | 0 | 0.02 | 214.7 | 0.96 | 0.53 |
| Hex | 14 | 75 | FA | 5C | 35 | 0 | 2 | D7 | 60 | 35 |
| Octal | 24 | 165 | 372 | 134 | 65 | 0 | 2 | 327 | 140 | 65 |
| Binary | 10100 | 1110101 | 11111010 | 1011100 | 110101 | 0 | 10 | 11010111 | 1100000 | 110101 |
Color Harmonies of #1475FA
Complementary color
Monochromatic Colors of #1475FA
Black with #1475FA
Text Example
Text Example
White with #1475FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1475FA; }
p { color: rgb(20,117,250); }
H1.HeaderClassName
{
color: #1475FA;
}
.AnyTagClassName
{
color: #1475FA;
}
</style>
background-color css
<style>
a { background-color: #1475FA; }
a { background-color: rgb(20,117,250); }
div.DivClassName
{
background-color: #1475FA;
}
.BgClassName
{
background-color: #1475FA;
}
</style>
border-color css
<style>
span { border-color: #1475FA; }
span { border-color: rgb(20,117,250); }
td.TdClassName
{
border-color: #1475FA;
}
.TagClassName
{
border-color: #1475FA;
}
</style>