Shades of Dodger Blue #1485FC
Tints of Dodger Blue #1485FC
RGB
CMYK
RGB Variations
Color information
#1485FC (or 0x1485FC) is known color: Dodger Blue. HEX triplet: 14, 85 and FC. RGB value is (20,133,252). Sum of RGB (Red+Green+Blue) = 20+133+252=405 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.94% from 405); Green value is 133 (52.34% from 255 or 32.84% from 405); Blue value is 252 (98.83% from 255 or 62.22% from 405); Max value from RGB is 252 - color contains mainly: blue. Hex color #1485FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1485FC is #EB7A03. Grayscale: #707070. Windows color (decimal): -15432196 or 16549140. OLE color: 16549140.
HSL color Cylindrical-coordinate representation of color #1485FC: hue angle of 210.78º 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 #1485FC is Cyan = 0.92, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 20 | 133 | 252 | - |
| CMYK | 0.92 | 0.47 | 0 | 0.01 |
| HSL | 210.78º | 0.97% | 0.53% | - |
| HSV(B) | 210.78º | 0.92% | 0.99% | - |
| XYZ | 26.25 | 23.95 | 95.34 | - |
| YUV | 112.78 | 206.56 | 61.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 133 | 252 | 0.92 | 0.47 | 0 | 0.01 | 210.78 | 0.97 | 0.53 |
| Hex | 14 | 85 | FC | 5C | 2F | 0 | 1 | D3 | 61 | 35 |
| Octal | 24 | 205 | 374 | 134 | 57 | 0 | 1 | 323 | 141 | 65 |
| Binary | 10100 | 10000101 | 11111100 | 1011100 | 101111 | 0 | 1 | 11010011 | 1100001 | 110101 |
Color Harmonies of #1485FC
Complementary color
Monochromatic Colors of #1485FC
Black with #1485FC
Text Example
Text Example
White with #1485FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1485FC; }
p { color: rgb(20,133,252); }
H1.HeaderClassName
{
color: #1485FC;
}
.AnyTagClassName
{
color: #1485FC;
}
</style>
background-color css
<style>
a { background-color: #1485FC; }
a { background-color: rgb(20,133,252); }
div.DivClassName
{
background-color: #1485FC;
}
.BgClassName
{
background-color: #1485FC;
}
</style>
border-color css
<style>
span { border-color: #1485FC; }
span { border-color: rgb(20,133,252); }
td.TdClassName
{
border-color: #1485FC;
}
.TagClassName
{
border-color: #1485FC;
}
</style>