Shades of Dodger Blue #18A8FC
Tints of Dodger Blue #18A8FC
RGB
CMYK
RGB Variations
Color information
#18A8FC (or 0x18A8FC) is known color: Dodger Blue. HEX triplet: 18, A8 and FC. RGB value is (24,168,252). Sum of RGB (Red+Green+Blue) = 24+168+252=444 (58% of max value = 765). Red value is 24 (9.77% from 255 or 5.41% from 444); Green value is 168 (66.02% from 255 or 37.84% from 444); Blue value is 252 (98.83% from 255 or 56.76% from 444); Max value from RGB is 252 - color contains mainly: blue. Hex color #18A8FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #18A8FC is #E75703. Grayscale: #868686. Windows color (decimal): -15161092 or 16558104. OLE color: 16558104.
HSL color Cylindrical-coordinate representation of color #18A8FC: hue angle of 202.11º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18A8FC is Cyan = 0.90, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 24 | 168 | 252 | - |
| CMYK | 0.90 | 0.33 | 0 | 0.01 |
| HSL | 202.11º | 0.97% | 0.54% | - |
| HSV(B) | 202.11º | 0.9% | 0.99% | - |
| XYZ | 31.95 | 35.23 | 97.21 | - |
| YUV | 134.52 | 194.29 | 49.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 168 | 252 | 0.90 | 0.33 | 0 | 0.01 | 202.11 | 0.97 | 0.54 |
| Hex | 18 | A8 | FC | 5A | 21 | 0 | 1 | CA | 61 | 36 |
| Octal | 30 | 250 | 374 | 132 | 41 | 0 | 1 | 312 | 141 | 66 |
| Binary | 11000 | 10101000 | 11111100 | 1011010 | 100001 | 0 | 1 | 11001010 | 1100001 | 110110 |
Color Harmonies of #18A8FC
Complementary color
Monochromatic Colors of #18A8FC
Black with #18A8FC
Text Example
Text Example
White with #18A8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A8FC; }
p { color: rgb(24,168,252); }
H1.HeaderClassName
{
color: #18A8FC;
}
.AnyTagClassName
{
color: #18A8FC;
}
</style>
background-color css
<style>
a { background-color: #18A8FC; }
a { background-color: rgb(24,168,252); }
div.DivClassName
{
background-color: #18A8FC;
}
.BgClassName
{
background-color: #18A8FC;
}
</style>
border-color css
<style>
span { border-color: #18A8FC; }
span { border-color: rgb(24,168,252); }
td.TdClassName
{
border-color: #18A8FC;
}
.TagClassName
{
border-color: #18A8FC;
}
</style>