Shades of Dodger Blue #129BFF
Tints of Dodger Blue #129BFF
RGB
CMYK
RGB Variations
Color information
#129BFF (or 0x129BFF) is known color: Dodger Blue. HEX triplet: 12, 9B and FF. RGB value is (18,155,255). Sum of RGB (Red+Green+Blue) = 18+155+255=428 (56% of max value = 765). Red value is 18 (7.42% from 255 or 4.21% from 428); Green value is 155 (60.94% from 255 or 36.21% from 428); Blue value is 255 (100% from 255 or 59.58% from 428); Max value from RGB is 255 - color contains mainly: blue. Hex color #129BFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #129BFF is #ED6400. Grayscale: #7C7C7C. Windows color (decimal): -15557633 or 16751378. OLE color: 16751378.
HSL color Cylindrical-coordinate representation of color #129BFF: hue angle of 205.32º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #129BFF is Cyan = 0.93, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 18 | 155 | 255 | - |
| CMYK | 0.93 | 0.39 | 0 | 0 |
| HSL | 205.32º | 1% | 0.54% | - |
| HSV(B) | 205.32º | 0.93% | 1% | - |
| XYZ | 30.02 | 30.79 | 98.97 | - |
| YUV | 125.44 | 201.11 | 51.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 155 | 255 | 0.93 | 0.39 | 0 | 0 | 205.32 | 1 | 0.54 |
| Hex | 12 | 9B | FF | 5D | 27 | 0 | 0 | CD | 64 | 36 |
| Octal | 22 | 233 | 377 | 135 | 47 | 0 | 0 | 315 | 144 | 66 |
| Binary | 10010 | 10011011 | 11111111 | 1011101 | 100111 | 0 | 0 | 11001101 | 1100100 | 110110 |
Color Harmonies of #129BFF
Complementary color
Monochromatic Colors of #129BFF
Black with #129BFF
Text Example
Text Example
White with #129BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129BFF; }
p { color: rgb(18,155,255); }
H1.HeaderClassName
{
color: #129BFF;
}
.AnyTagClassName
{
color: #129BFF;
}
</style>
background-color css
<style>
a { background-color: #129BFF; }
a { background-color: rgb(18,155,255); }
div.DivClassName
{
background-color: #129BFF;
}
.BgClassName
{
background-color: #129BFF;
}
</style>
border-color css
<style>
span { border-color: #129BFF; }
span { border-color: rgb(18,155,255); }
td.TdClassName
{
border-color: #129BFF;
}
.TagClassName
{
border-color: #129BFF;
}
</style>