Shades of Dodger Blue #1284FA
Tints of Dodger Blue #1284FA
RGB
CMYK
RGB Variations
Color information
#1284FA (or 0x1284FA) is known color: Dodger Blue. HEX triplet: 12, 84 and FA. RGB value is (18,132,250). Sum of RGB (Red+Green+Blue) = 18+132+250=400 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.5% from 400); Green value is 132 (51.95% from 255 or 33% from 400); Blue value is 250 (98.05% from 255 or 62.5% from 400); Max value from RGB is 250 - color contains mainly: blue. Hex color #1284FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1284FA is #ED7B05. Grayscale: #6E6E6E. Windows color (decimal): -15563526 or 16417810. OLE color: 16417810.
HSL color Cylindrical-coordinate representation of color #1284FA: hue angle of 210.52º 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 #1284FA is Cyan = 0.93, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 18 | 132 | 250 | - |
| CMYK | 0.93 | 0.47 | 0 | 0.02 |
| HSL | 210.52º | 0.96% | 0.53% | - |
| HSV(B) | 210.52º | 0.93% | 0.98% | - |
| XYZ | 25.76 | 23.53 | 93.63 | - |
| YUV | 111.37 | 206.23 | 61.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 132 | 250 | 0.93 | 0.47 | 0 | 0.02 | 210.52 | 0.96 | 0.53 |
| Hex | 12 | 84 | FA | 5D | 2F | 0 | 2 | D3 | 60 | 35 |
| Octal | 22 | 204 | 372 | 135 | 57 | 0 | 2 | 323 | 140 | 65 |
| Binary | 10010 | 10000100 | 11111010 | 1011101 | 101111 | 0 | 10 | 11010011 | 1100000 | 110101 |
Color Harmonies of #1284FA
Complementary color
Monochromatic Colors of #1284FA
Black with #1284FA
Text Example
Text Example
White with #1284FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1284FA; }
p { color: rgb(18,132,250); }
H1.HeaderClassName
{
color: #1284FA;
}
.AnyTagClassName
{
color: #1284FA;
}
</style>
background-color css
<style>
a { background-color: #1284FA; }
a { background-color: rgb(18,132,250); }
div.DivClassName
{
background-color: #1284FA;
}
.BgClassName
{
background-color: #1284FA;
}
</style>
border-color css
<style>
span { border-color: #1284FA; }
span { border-color: rgb(18,132,250); }
td.TdClassName
{
border-color: #1284FA;
}
.TagClassName
{
border-color: #1284FA;
}
</style>