Shades of Dodger Blue #129BFA
Tints of Dodger Blue #129BFA
RGB
CMYK
RGB Variations
Color information
#129BFA (or 0x129BFA) is known color: Dodger Blue. HEX triplet: 12, 9B and FA. RGB value is (18,155,250). Sum of RGB (Red+Green+Blue) = 18+155+250=423 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.26% from 423); Green value is 155 (60.94% from 255 or 36.64% from 423); Blue value is 250 (98.05% from 255 or 59.10% from 423); Max value from RGB is 250 - color contains mainly: blue. Hex color #129BFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #129BFA is #ED6405. Grayscale: #7C7C7C. Windows color (decimal): -15557638 or 16423698. OLE color: 16423698.
HSL color Cylindrical-coordinate representation of color #129BFA: hue angle of 204.57º 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 #129BFA is Cyan = 0.93, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 18 | 155 | 250 | - |
| CMYK | 0.93 | 0.38 | 0 | 0.02 |
| HSL | 204.57º | 0.96% | 0.53% | - |
| HSV(B) | 204.57º | 0.93% | 0.98% | - |
| XYZ | 29.23 | 30.47 | 94.78 | - |
| YUV | 124.87 | 198.61 | 51.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 155 | 250 | 0.93 | 0.38 | 0 | 0.02 | 204.57 | 0.96 | 0.53 |
| Hex | 12 | 9B | FA | 5D | 26 | 0 | 2 | CD | 60 | 35 |
| Octal | 22 | 233 | 372 | 135 | 46 | 0 | 2 | 315 | 140 | 65 |
| Binary | 10010 | 10011011 | 11111010 | 1011101 | 100110 | 0 | 10 | 11001101 | 1100000 | 110101 |
Color Harmonies of #129BFA
Complementary color
Monochromatic Colors of #129BFA
Black with #129BFA
Text Example
Text Example
White with #129BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129BFA; }
p { color: rgb(18,155,250); }
H1.HeaderClassName
{
color: #129BFA;
}
.AnyTagClassName
{
color: #129BFA;
}
</style>
background-color css
<style>
a { background-color: #129BFA; }
a { background-color: rgb(18,155,250); }
div.DivClassName
{
background-color: #129BFA;
}
.BgClassName
{
background-color: #129BFA;
}
</style>
border-color css
<style>
span { border-color: #129BFA; }
span { border-color: rgb(18,155,250); }
td.TdClassName
{
border-color: #129BFA;
}
.TagClassName
{
border-color: #129BFA;
}
</style>