Shades of Dodger Blue #1281FB
Tints of Dodger Blue #1281FB
RGB
CMYK
RGB Variations
Color information
#1281FB (or 0x1281FB) is known color: Dodger Blue. HEX triplet: 12, 81 and FB. RGB value is (18,129,251). Sum of RGB (Red+Green+Blue) = 18+129+251=398 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.52% from 398); Green value is 129 (50.78% from 255 or 32.41% from 398); Blue value is 251 (98.44% from 255 or 63.07% from 398); Max value from RGB is 251 - color contains mainly: blue. Hex color #1281FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1281FB is #ED7E04. Grayscale: #6D6D6D. Windows color (decimal): -15564293 or 16482578. OLE color: 16482578.
HSL color Cylindrical-coordinate representation of color #1281FB: hue angle of 211.42º 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 #1281FB is Cyan = 0.93, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 18 | 129 | 251 | - |
| CMYK | 0.93 | 0.49 | 0 | 0.02 |
| HSL | 211.42º | 0.97% | 0.53% | - |
| HSV(B) | 211.42º | 0.93% | 0.98% | - |
| XYZ | 25.51 | 22.79 | 94.32 | - |
| YUV | 109.72 | 207.73 | 62.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 129 | 251 | 0.93 | 0.49 | 0 | 0.02 | 211.42 | 0.97 | 0.53 |
| Hex | 12 | 81 | FB | 5D | 31 | 0 | 2 | D3 | 61 | 35 |
| Octal | 22 | 201 | 373 | 135 | 61 | 0 | 2 | 323 | 141 | 65 |
| Binary | 10010 | 10000001 | 11111011 | 1011101 | 110001 | 0 | 10 | 11010011 | 1100001 | 110101 |
Color Harmonies of #1281FB
Complementary color
Monochromatic Colors of #1281FB
Black with #1281FB
Text Example
Text Example
White with #1281FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1281FB; }
p { color: rgb(18,129,251); }
H1.HeaderClassName
{
color: #1281FB;
}
.AnyTagClassName
{
color: #1281FB;
}
</style>
background-color css
<style>
a { background-color: #1281FB; }
a { background-color: rgb(18,129,251); }
div.DivClassName
{
background-color: #1281FB;
}
.BgClassName
{
background-color: #1281FB;
}
</style>
border-color css
<style>
span { border-color: #1281FB; }
span { border-color: rgb(18,129,251); }
td.TdClassName
{
border-color: #1281FB;
}
.TagClassName
{
border-color: #1281FB;
}
</style>