Shades of Dodger Blue #018AF9
Tints of Dodger Blue #018AF9
RGB
CMYK
RGB Variations
Color information
#018AF9 (or 0x018AF9) is known color: Dodger Blue. HEX triplet: 01, 8A and F9. RGB value is (1,138,249). Sum of RGB (Red+Green+Blue) = 1+138+249=388 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 388); Green value is 138 (54.30% from 255 or 35.57% from 388); Blue value is 249 (97.66% from 255 or 64.18% from 388); Max value from RGB is 249 - color contains mainly: blue. Hex color #018AF9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #018AF9 is #FE7506. Grayscale: #6D6D6D. Windows color (decimal): -16676103 or 16353793. OLE color: 16353793.
HSL color Cylindrical-coordinate representation of color #018AF9: hue angle of 206.85º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #018AF9 is Cyan = 1.00, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 1 | 138 | 249 | - |
| CMYK | 1.00 | 0.45 | 0 | 0.02 |
| HSL | 206.85º | 0.99% | 0.49% | - |
| HSV(B) | 206.85º | 1% | 0.98% | - |
| XYZ | 26.2 | 25.02 | 93.07 | - |
| YUV | 109.69 | 206.61 | 50.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 138 | 249 | 1.00 | 0.45 | 0 | 0.02 | 206.85 | 0.99 | 0.49 |
| Hex | 1 | 8A | F9 | 64 | 2D | 0 | 2 | CF | 63 | 31 |
| Octal | 1 | 212 | 371 | 144 | 55 | 0 | 2 | 317 | 143 | 61 |
| Binary | 1 | 10001010 | 11111001 | 1100100 | 101101 | 0 | 10 | 11001111 | 1100011 | 110001 |
Color Harmonies of #018AF9
Complementary color
Monochromatic Colors of #018AF9
Black with #018AF9
Text Example
Text Example
White with #018AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018AF9; }
p { color: rgb(1,138,249); }
H1.HeaderClassName
{
color: #018AF9;
}
.AnyTagClassName
{
color: #018AF9;
}
</style>
background-color css
<style>
a { background-color: #018AF9; }
a { background-color: rgb(1,138,249); }
div.DivClassName
{
background-color: #018AF9;
}
.BgClassName
{
background-color: #018AF9;
}
</style>
border-color css
<style>
span { border-color: #018AF9; }
span { border-color: rgb(1,138,249); }
td.TdClassName
{
border-color: #018AF9;
}
.TagClassName
{
border-color: #018AF9;
}
</style>