Shades of Dodger Blue #018AFF
Tints of Dodger Blue #018AFF
RGB
CMYK
RGB Variations
Color information
#018AFF (or 0x018AFF) is known color: Dodger Blue. HEX triplet: 01, 8A and FF. RGB value is (1,138,255). Sum of RGB (Red+Green+Blue) = 1+138+255=394 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 394); Green value is 138 (54.30% from 255 or 35.03% from 394); Blue value is 255 (100% from 255 or 64.72% from 394); Max value from RGB is 255 - color contains mainly: blue. Hex color #018AFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #018AFF is #FE7500. Grayscale: #6D6D6D. Windows color (decimal): -16676097 or 16747009. OLE color: 16747009.
HSL color Cylindrical-coordinate representation of color #018AFF: hue angle of 207.64º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #018AFF is Cyan = 1.00, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 1 | 138 | 255 | - |
| CMYK | 1.00 | 0.46 | 0 | 0 |
| HSL | 207.64º | 1% | 0.5% | - |
| HSV(B) | 207.64º | 1% | 1% | - |
| XYZ | 27.15 | 25.4 | 98.08 | - |
| YUV | 110.38 | 209.61 | 49.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 138 | 255 | 1.00 | 0.46 | 0 | 0 | 207.64 | 1 | 0.5 |
| Hex | 1 | 8A | FF | 64 | 2E | 0 | 0 | D0 | 64 | 32 |
| Octal | 1 | 212 | 377 | 144 | 56 | 0 | 0 | 320 | 144 | 62 |
| Binary | 1 | 10001010 | 11111111 | 1100100 | 101110 | 0 | 0 | 11010000 | 1100100 | 110010 |
Color Harmonies of #018AFF
Complementary color
Monochromatic Colors of #018AFF
Black with #018AFF
Text Example
Text Example
White with #018AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018AFF; }
p { color: rgb(1,138,255); }
H1.HeaderClassName
{
color: #018AFF;
}
.AnyTagClassName
{
color: #018AFF;
}
</style>
background-color css
<style>
a { background-color: #018AFF; }
a { background-color: rgb(1,138,255); }
div.DivClassName
{
background-color: #018AFF;
}
.BgClassName
{
background-color: #018AFF;
}
</style>
border-color css
<style>
span { border-color: #018AFF; }
span { border-color: rgb(1,138,255); }
td.TdClassName
{
border-color: #018AFF;
}
.TagClassName
{
border-color: #018AFF;
}
</style>