Shades of Dodger Blue #1280FB
Tints of Dodger Blue #1280FB
RGB
CMYK
RGB Variations
Color information
#1280FB (or 0x1280FB) is known color: Dodger Blue. HEX triplet: 12, 80 and FB. RGB value is (18,128,251). Sum of RGB (Red+Green+Blue) = 18+128+251=397 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.53% from 397); Green value is 128 (50.39% from 255 or 32.24% from 397); Blue value is 251 (98.44% from 255 or 63.22% from 397); Max value from RGB is 251 - color contains mainly: blue. Hex color #1280FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1280FB is #ED7F04. Grayscale: #6C6C6C. Windows color (decimal): -15564549 or 16482322. OLE color: 16482322.
HSL color Cylindrical-coordinate representation of color #1280FB: hue angle of 211.67º degrees, saturation: 0.97, 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 #1280FB is Cyan = 0.93, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 18 | 128 | 251 | - |
| CMYK | 0.93 | 0.49 | 0 | 0.02 |
| HSL | 211.67º | 0.97% | 0.53% | - |
| HSV(B) | 211.67º | 0.93% | 0.98% | - |
| XYZ | 25.38 | 22.53 | 94.28 | - |
| YUV | 109.13 | 208.06 | 63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 128 | 251 | 0.93 | 0.49 | 0 | 0.02 | 211.67 | 0.97 | 0.53 |
| Hex | 12 | 80 | FB | 5D | 31 | 0 | 2 | D4 | 61 | 35 |
| Octal | 22 | 200 | 373 | 135 | 61 | 0 | 2 | 324 | 141 | 65 |
| Binary | 10010 | 10000000 | 11111011 | 1011101 | 110001 | 0 | 10 | 11010100 | 1100001 | 110101 |
Color Harmonies of #1280FB
Complementary color
Monochromatic Colors of #1280FB
Black with #1280FB
Text Example
Text Example
White with #1280FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1280FB; }
p { color: rgb(18,128,251); }
H1.HeaderClassName
{
color: #1280FB;
}
.AnyTagClassName
{
color: #1280FB;
}
</style>
background-color css
<style>
a { background-color: #1280FB; }
a { background-color: rgb(18,128,251); }
div.DivClassName
{
background-color: #1280FB;
}
.BgClassName
{
background-color: #1280FB;
}
</style>
border-color css
<style>
span { border-color: #1280FB; }
span { border-color: rgb(18,128,251); }
td.TdClassName
{
border-color: #1280FB;
}
.TagClassName
{
border-color: #1280FB;
}
</style>