Shades of Dodger Blue #18A8FE
Tints of Dodger Blue #18A8FE
RGB
CMYK
RGB Variations
Color information
#18A8FE (or 0x18A8FE) is known color: Dodger Blue. HEX triplet: 18, A8 and FE. RGB value is (24,168,254). Sum of RGB (Red+Green+Blue) = 24+168+254=446 (59% of max value = 765). Red value is 24 (9.77% from 255 or 5.38% from 446); Green value is 168 (66.02% from 255 or 37.67% from 446); Blue value is 254 (99.61% from 255 or 56.95% from 446); Max value from RGB is 254 - color contains mainly: blue. Hex color #18A8FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #18A8FE is #E75701. Grayscale: #868686. Windows color (decimal): -15161090 or 16689176. OLE color: 16689176.
HSL color Cylindrical-coordinate representation of color #18A8FE: hue angle of 202.43º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18A8FE is Cyan = 0.91, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 24 | 168 | 254 | - |
| CMYK | 0.91 | 0.34 | 0 | 0.00 |
| HSL | 202.43º | 0.99% | 0.55% | - |
| HSV(B) | 202.43º | 0.91% | 1% | - |
| XYZ | 32.27 | 35.36 | 98.89 | - |
| YUV | 134.75 | 195.29 | 49.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 168 | 254 | 0.91 | 0.34 | 0 | 0.00 | 202.43 | 0.99 | 0.55 |
| Hex | 18 | A8 | FE | 5B | 22 | 0 | 0 | CA | 63 | 37 |
| Octal | 30 | 250 | 376 | 133 | 42 | 0 | 0 | 312 | 143 | 67 |
| Binary | 11000 | 10101000 | 11111110 | 1011011 | 100010 | 0 | 0 | 11001010 | 1100011 | 110111 |
Color Harmonies of #18A8FE
Complementary color
Monochromatic Colors of #18A8FE
Black with #18A8FE
Text Example
Text Example
White with #18A8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A8FE; }
p { color: rgb(24,168,254); }
H1.HeaderClassName
{
color: #18A8FE;
}
.AnyTagClassName
{
color: #18A8FE;
}
</style>
background-color css
<style>
a { background-color: #18A8FE; }
a { background-color: rgb(24,168,254); }
div.DivClassName
{
background-color: #18A8FE;
}
.BgClassName
{
background-color: #18A8FE;
}
</style>
border-color css
<style>
span { border-color: #18A8FE; }
span { border-color: rgb(24,168,254); }
td.TdClassName
{
border-color: #18A8FE;
}
.TagClassName
{
border-color: #18A8FE;
}
</style>