Shades of Dodger Blue #168FEA
Tints of Dodger Blue #168FEA
RGB
CMYK
RGB Variations
Color information
#168FEA (or 0x168FEA) is known color: Dodger Blue. HEX triplet: 16, 8F and EA. RGB value is (22,143,234). Sum of RGB (Red+Green+Blue) = 22+143+234=399 (52% of max value = 765). Red value is 22 (8.98% from 255 or 5.51% from 399); Green value is 143 (56.25% from 255 or 35.84% from 399); Blue value is 234 (91.80% from 255 or 58.65% from 399); Max value from RGB is 234 - color contains mainly: blue. Hex color #168FEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #168FEA is #E97015. Grayscale: #747474. Windows color (decimal): -15298582 or 15372054. OLE color: 15372054.
HSL color Cylindrical-coordinate representation of color #168FEA: hue angle of 205.75º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #168FEA is Cyan = 0.91, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 22 | 143 | 234 | - |
| CMYK | 0.91 | 0.39 | 0 | 0.08 |
| HSL | 205.75º | 0.83% | 0.5% | - |
| HSV(B) | 205.75º | 0.91% | 0.92% | - |
| XYZ | 25 | 25.76 | 81.5 | - |
| YUV | 117.2 | 193.91 | 60.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 143 | 234 | 0.91 | 0.39 | 0 | 0.08 | 205.75 | 0.83 | 0.5 |
| Hex | 16 | 8F | EA | 5B | 27 | 0 | 8 | CE | 53 | 32 |
| Octal | 26 | 217 | 352 | 133 | 47 | 0 | 10 | 316 | 123 | 62 |
| Binary | 10110 | 10001111 | 11101010 | 1011011 | 100111 | 0 | 1000 | 11001110 | 1010011 | 110010 |
Color Harmonies of #168FEA
Complementary color
Monochromatic Colors of #168FEA
Black with #168FEA
Text Example
Text Example
White with #168FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168FEA; }
p { color: rgb(22,143,234); }
H1.HeaderClassName
{
color: #168FEA;
}
.AnyTagClassName
{
color: #168FEA;
}
</style>
background-color css
<style>
a { background-color: #168FEA; }
a { background-color: rgb(22,143,234); }
div.DivClassName
{
background-color: #168FEA;
}
.BgClassName
{
background-color: #168FEA;
}
</style>
border-color css
<style>
span { border-color: #168FEA; }
span { border-color: rgb(22,143,234); }
td.TdClassName
{
border-color: #168FEA;
}
.TagClassName
{
border-color: #168FEA;
}
</style>