Shades of Dodger Blue #18A6FC
Tints of Dodger Blue #18A6FC
RGB
CMYK
RGB Variations
Color information
#18A6FC (or 0x18A6FC) is known color: Dodger Blue. HEX triplet: 18, A6 and FC. RGB value is (24,166,252). Sum of RGB (Red+Green+Blue) = 24+166+252=442 (58% of max value = 765). Red value is 24 (9.77% from 255 or 5.43% from 442); Green value is 166 (65.23% from 255 or 37.56% from 442); Blue value is 252 (98.83% from 255 or 57.01% from 442); Max value from RGB is 252 - color contains mainly: blue. Hex color #18A6FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #18A6FC is #E75903. Grayscale: #848484. Windows color (decimal): -15161604 or 16557592. OLE color: 16557592.
HSL color Cylindrical-coordinate representation of color #18A6FC: hue angle of 202.63º 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 #18A6FC is Cyan = 0.90, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 24 | 166 | 252 | - |
| CMYK | 0.90 | 0.34 | 0 | 0.01 |
| HSL | 202.63º | 0.97% | 0.54% | - |
| HSV(B) | 202.63º | 0.9% | 0.99% | - |
| XYZ | 31.58 | 34.49 | 97.09 | - |
| YUV | 133.35 | 194.96 | 50.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 166 | 252 | 0.90 | 0.34 | 0 | 0.01 | 202.63 | 0.97 | 0.54 |
| Hex | 18 | A6 | FC | 5A | 22 | 0 | 1 | CB | 61 | 36 |
| Octal | 30 | 246 | 374 | 132 | 42 | 0 | 1 | 313 | 141 | 66 |
| Binary | 11000 | 10100110 | 11111100 | 1011010 | 100010 | 0 | 1 | 11001011 | 1100001 | 110110 |
Color Harmonies of #18A6FC
Complementary color
Monochromatic Colors of #18A6FC
Black with #18A6FC
Text Example
Text Example
White with #18A6FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A6FC; }
p { color: rgb(24,166,252); }
H1.HeaderClassName
{
color: #18A6FC;
}
.AnyTagClassName
{
color: #18A6FC;
}
</style>
background-color css
<style>
a { background-color: #18A6FC; }
a { background-color: rgb(24,166,252); }
div.DivClassName
{
background-color: #18A6FC;
}
.BgClassName
{
background-color: #18A6FC;
}
</style>
border-color css
<style>
span { border-color: #18A6FC; }
span { border-color: rgb(24,166,252); }
td.TdClassName
{
border-color: #18A6FC;
}
.TagClassName
{
border-color: #18A6FC;
}
</style>