Shades of Dodger Blue #128FEA
Tints of Dodger Blue #128FEA
RGB
CMYK
RGB Variations
Color information
#128FEA (or 0x128FEA) is known color: Dodger Blue. HEX triplet: 12, 8F and EA. RGB value is (18,143,234). Sum of RGB (Red+Green+Blue) = 18+143+234=395 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.56% from 395); Green value is 143 (56.25% from 255 or 36.20% from 395); Blue value is 234 (91.80% from 255 or 59.24% from 395); Max value from RGB is 234 - color contains mainly: blue. Hex color #128FEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #128FEA is #ED7015. Grayscale: #737373. Windows color (decimal): -15560726 or 15372050. OLE color: 15372050.
HSL color Cylindrical-coordinate representation of color #128FEA: hue angle of 205.28º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #128FEA is Cyan = 0.92, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 18 | 143 | 234 | - |
| CMYK | 0.92 | 0.39 | 0 | 0.08 |
| HSL | 205.28º | 0.86% | 0.49% | - |
| HSV(B) | 205.28º | 0.92% | 0.92% | - |
| XYZ | 24.92 | 25.71 | 81.49 | - |
| YUV | 116 | 194.59 | 58.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 143 | 234 | 0.92 | 0.39 | 0 | 0.08 | 205.28 | 0.86 | 0.49 |
| Hex | 12 | 8F | EA | 5C | 27 | 0 | 8 | CD | 56 | 31 |
| Octal | 22 | 217 | 352 | 134 | 47 | 0 | 10 | 315 | 126 | 61 |
| Binary | 10010 | 10001111 | 11101010 | 1011100 | 100111 | 0 | 1000 | 11001101 | 1010110 | 110001 |
Color Harmonies of #128FEA
Complementary color
Monochromatic Colors of #128FEA
Black with #128FEA
Text Example
Text Example
White with #128FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128FEA; }
p { color: rgb(18,143,234); }
H1.HeaderClassName
{
color: #128FEA;
}
.AnyTagClassName
{
color: #128FEA;
}
</style>
background-color css
<style>
a { background-color: #128FEA; }
a { background-color: rgb(18,143,234); }
div.DivClassName
{
background-color: #128FEA;
}
.BgClassName
{
background-color: #128FEA;
}
</style>
border-color css
<style>
span { border-color: #128FEA; }
span { border-color: rgb(18,143,234); }
td.TdClassName
{
border-color: #128FEA;
}
.TagClassName
{
border-color: #128FEA;
}
</style>