Shades of Dodger Blue #1483FC
Tints of Dodger Blue #1483FC
RGB
CMYK
RGB Variations
Color information
#1483FC (or 0x1483FC) is known color: Dodger Blue. HEX triplet: 14, 83 and FC. RGB value is (20,131,252). Sum of RGB (Red+Green+Blue) = 20+131+252=403 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.96% from 403); Green value is 131 (51.56% from 255 or 32.51% from 403); Blue value is 252 (98.83% from 255 or 62.53% from 403); Max value from RGB is 252 - color contains mainly: blue. Hex color #1483FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1483FC is #EB7C03. Grayscale: #6F6F6F. Windows color (decimal): -15432708 or 16548628. OLE color: 16548628.
HSL color Cylindrical-coordinate representation of color #1483FC: hue angle of 211.29º 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 #1483FC is Cyan = 0.92, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 20 | 131 | 252 | - |
| CMYK | 0.92 | 0.48 | 0 | 0.01 |
| HSL | 211.29º | 0.97% | 0.53% | - |
| HSV(B) | 211.29º | 0.92% | 0.99% | - |
| XYZ | 25.98 | 23.41 | 95.24 | - |
| YUV | 111.61 | 207.23 | 62.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 131 | 252 | 0.92 | 0.48 | 0 | 0.01 | 211.29 | 0.97 | 0.53 |
| Hex | 14 | 83 | FC | 5C | 30 | 0 | 1 | D3 | 61 | 35 |
| Octal | 24 | 203 | 374 | 134 | 60 | 0 | 1 | 323 | 141 | 65 |
| Binary | 10100 | 10000011 | 11111100 | 1011100 | 110000 | 0 | 1 | 11010011 | 1100001 | 110101 |
Color Harmonies of #1483FC
Complementary color
Monochromatic Colors of #1483FC
Black with #1483FC
Text Example
Text Example
White with #1483FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1483FC; }
p { color: rgb(20,131,252); }
H1.HeaderClassName
{
color: #1483FC;
}
.AnyTagClassName
{
color: #1483FC;
}
</style>
background-color css
<style>
a { background-color: #1483FC; }
a { background-color: rgb(20,131,252); }
div.DivClassName
{
background-color: #1483FC;
}
.BgClassName
{
background-color: #1483FC;
}
</style>
border-color css
<style>
span { border-color: #1483FC; }
span { border-color: rgb(20,131,252); }
td.TdClassName
{
border-color: #1483FC;
}
.TagClassName
{
border-color: #1483FC;
}
</style>