Shades of Dodger Blue #1283FA
Tints of Dodger Blue #1283FA
RGB
CMYK
RGB Variations
Color information
#1283FA (or 0x1283FA) is known color: Dodger Blue. HEX triplet: 12, 83 and FA. RGB value is (18,131,250). Sum of RGB (Red+Green+Blue) = 18+131+250=399 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.51% from 399); Green value is 131 (51.56% from 255 or 32.83% from 399); Blue value is 250 (98.05% from 255 or 62.66% from 399); Max value from RGB is 250 - color contains mainly: blue. Hex color #1283FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1283FA is #ED7C05. Grayscale: #6E6E6E. Windows color (decimal): -15563782 or 16417554. OLE color: 16417554.
HSL color Cylindrical-coordinate representation of color #1283FA: hue angle of 210.78º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1283FA is Cyan = 0.93, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 18 | 131 | 250 | - |
| CMYK | 0.93 | 0.48 | 0 | 0.02 |
| HSL | 210.78º | 0.96% | 0.53% | - |
| HSV(B) | 210.78º | 0.93% | 0.98% | - |
| XYZ | 25.62 | 23.26 | 93.58 | - |
| YUV | 110.78 | 206.56 | 61.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 131 | 250 | 0.93 | 0.48 | 0 | 0.02 | 210.78 | 0.96 | 0.53 |
| Hex | 12 | 83 | FA | 5D | 30 | 0 | 2 | D3 | 60 | 35 |
| Octal | 22 | 203 | 372 | 135 | 60 | 0 | 2 | 323 | 140 | 65 |
| Binary | 10010 | 10000011 | 11111010 | 1011101 | 110000 | 0 | 10 | 11010011 | 1100000 | 110101 |
Color Harmonies of #1283FA
Complementary color
Monochromatic Colors of #1283FA
Black with #1283FA
Text Example
Text Example
White with #1283FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1283FA; }
p { color: rgb(18,131,250); }
H1.HeaderClassName
{
color: #1283FA;
}
.AnyTagClassName
{
color: #1283FA;
}
</style>
background-color css
<style>
a { background-color: #1283FA; }
a { background-color: rgb(18,131,250); }
div.DivClassName
{
background-color: #1283FA;
}
.BgClassName
{
background-color: #1283FA;
}
</style>
border-color css
<style>
span { border-color: #1283FA; }
span { border-color: rgb(18,131,250); }
td.TdClassName
{
border-color: #1283FA;
}
.TagClassName
{
border-color: #1283FA;
}
</style>