Shades of Dodger Blue #1282FC
Tints of Dodger Blue #1282FC
RGB
CMYK
RGB Variations
Color information
#1282FC (or 0x1282FC) is known color: Dodger Blue. HEX triplet: 12, 82 and FC. RGB value is (18,130,252). Sum of RGB (Red+Green+Blue) = 18+130+252=400 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.5% from 400); Green value is 130 (51.17% from 255 or 32.5% from 400); Blue value is 252 (98.83% from 255 or 63% from 400); Max value from RGB is 252 - color contains mainly: blue. Hex color #1282FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1282FC is #ED7D03. Grayscale: #6D6D6D. Windows color (decimal): -15564036 or 16548370. OLE color: 16548370.
HSL color Cylindrical-coordinate representation of color #1282FC: hue angle of 211.28º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1282FC is Cyan = 0.93, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 18 | 130 | 252 | - |
| CMYK | 0.93 | 0.48 | 0 | 0.01 |
| HSL | 211.28º | 0.98% | 0.53% | - |
| HSV(B) | 211.28º | 0.93% | 0.99% | - |
| XYZ | 25.8 | 23.12 | 95.2 | - |
| YUV | 110.42 | 207.89 | 62.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 130 | 252 | 0.93 | 0.48 | 0 | 0.01 | 211.28 | 0.98 | 0.53 |
| Hex | 12 | 82 | FC | 5D | 30 | 0 | 1 | D3 | 62 | 35 |
| Octal | 22 | 202 | 374 | 135 | 60 | 0 | 1 | 323 | 142 | 65 |
| Binary | 10010 | 10000010 | 11111100 | 1011101 | 110000 | 0 | 1 | 11010011 | 1100010 | 110101 |
Color Harmonies of #1282FC
Complementary color
Monochromatic Colors of #1282FC
Black with #1282FC
Text Example
Text Example
White with #1282FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1282FC; }
p { color: rgb(18,130,252); }
H1.HeaderClassName
{
color: #1282FC;
}
.AnyTagClassName
{
color: #1282FC;
}
</style>
background-color css
<style>
a { background-color: #1282FC; }
a { background-color: rgb(18,130,252); }
div.DivClassName
{
background-color: #1282FC;
}
.BgClassName
{
background-color: #1282FC;
}
</style>
border-color css
<style>
span { border-color: #1282FC; }
span { border-color: rgb(18,130,252); }
td.TdClassName
{
border-color: #1282FC;
}
.TagClassName
{
border-color: #1282FC;
}
</style>