Shades of Dodger Blue #1472FB
Tints of Dodger Blue #1472FB
RGB
CMYK
RGB Variations
Color information
#1472FB (or 0x1472FB) is known color: Dodger Blue. HEX triplet: 14, 72 and FB. RGB value is (20,114,251). Sum of RGB (Red+Green+Blue) = 20+114+251=385 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.19% from 385); Green value is 114 (44.92% from 255 or 29.61% from 385); Blue value is 251 (98.44% from 255 or 65.19% from 385); Max value from RGB is 251 - color contains mainly: blue. Hex color #1472FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1472FB is #EB8D04. Grayscale: #646464. Windows color (decimal): -15437061 or 16478740. OLE color: 16478740.
HSL color Cylindrical-coordinate representation of color #1472FB: hue angle of 215.58º degrees, saturation: 0.97, 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 #1472FB is Cyan = 0.92, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 20 | 114 | 251 | - |
| CMYK | 0.92 | 0.55 | 0 | 0.02 |
| HSL | 215.58º | 0.97% | 0.53% | - |
| HSV(B) | 215.58º | 0.92% | 0.98% | - |
| XYZ | 23.72 | 19.15 | 93.71 | - |
| YUV | 101.51 | 212.36 | 69.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 114 | 251 | 0.92 | 0.55 | 0 | 0.02 | 215.58 | 0.97 | 0.53 |
| Hex | 14 | 72 | FB | 5C | 37 | 0 | 2 | D8 | 61 | 35 |
| Octal | 24 | 162 | 373 | 134 | 67 | 0 | 2 | 330 | 141 | 65 |
| Binary | 10100 | 1110010 | 11111011 | 1011100 | 110111 | 0 | 10 | 11011000 | 1100001 | 110101 |
Color Harmonies of #1472FB
Complementary color
Monochromatic Colors of #1472FB
Black with #1472FB
Text Example
Text Example
White with #1472FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1472FB; }
p { color: rgb(20,114,251); }
H1.HeaderClassName
{
color: #1472FB;
}
.AnyTagClassName
{
color: #1472FB;
}
</style>
background-color css
<style>
a { background-color: #1472FB; }
a { background-color: rgb(20,114,251); }
div.DivClassName
{
background-color: #1472FB;
}
.BgClassName
{
background-color: #1472FB;
}
</style>
border-color css
<style>
span { border-color: #1472FB; }
span { border-color: rgb(20,114,251); }
td.TdClassName
{
border-color: #1472FB;
}
.TagClassName
{
border-color: #1472FB;
}
</style>