Shades of Dodger Blue #018AF2
Tints of Dodger Blue #018AF2
RGB
CMYK
RGB Variations
Color information
#018AF2 (or 0x018AF2) is known color: Dodger Blue. HEX triplet: 01, 8A and F2. RGB value is (1,138,242). Sum of RGB (Red+Green+Blue) = 1+138+242=381 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 381); Green value is 138 (54.30% from 255 or 36.22% from 381); Blue value is 242 (94.92% from 255 or 63.52% from 381); Max value from RGB is 242 - color contains mainly: blue. Hex color #018AF2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #018AF2 is #FE750D. Grayscale: #6C6C6C. Windows color (decimal): -16676110 or 15895041. OLE color: 15895041.
HSL color Cylindrical-coordinate representation of color #018AF2: hue angle of 205.89º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #018AF2 is Cyan = 1.00, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 1 | 138 | 242 | - |
| CMYK | 1.00 | 0.43 | 0 | 0.05 |
| HSL | 205.89º | 0.99% | 0.48% | - |
| HSV(B) | 205.89º | 1% | 0.95% | - |
| XYZ | 25.13 | 24.59 | 87.43 | - |
| YUV | 108.89 | 203.11 | 51.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 138 | 242 | 1.00 | 0.43 | 0 | 0.05 | 205.89 | 0.99 | 0.48 |
| Hex | 1 | 8A | F2 | 64 | 2B | 0 | 5 | CE | 63 | 30 |
| Octal | 1 | 212 | 362 | 144 | 53 | 0 | 5 | 316 | 143 | 60 |
| Binary | 1 | 10001010 | 11110010 | 1100100 | 101011 | 0 | 101 | 11001110 | 1100011 | 110000 |
Color Harmonies of #018AF2
Complementary color
Monochromatic Colors of #018AF2
Black with #018AF2
Text Example
Text Example
White with #018AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018AF2; }
p { color: rgb(1,138,242); }
H1.HeaderClassName
{
color: #018AF2;
}
.AnyTagClassName
{
color: #018AF2;
}
</style>
background-color css
<style>
a { background-color: #018AF2; }
a { background-color: rgb(1,138,242); }
div.DivClassName
{
background-color: #018AF2;
}
.BgClassName
{
background-color: #018AF2;
}
</style>
border-color css
<style>
span { border-color: #018AF2; }
span { border-color: rgb(1,138,242); }
td.TdClassName
{
border-color: #018AF2;
}
.TagClassName
{
border-color: #018AF2;
}
</style>