Shades of Dodger Blue #018CF2
Tints of Dodger Blue #018CF2
RGB
CMYK
RGB Variations
Color information
#018CF2 (or 0x018CF2) is known color: Dodger Blue. HEX triplet: 01, 8C and F2. RGB value is (1,140,242). Sum of RGB (Red+Green+Blue) = 1+140+242=383 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 383); Green value is 140 (55.08% from 255 or 36.55% from 383); Blue value is 242 (94.92% from 255 or 63.19% from 383); Max value from RGB is 242 - color contains mainly: blue. Hex color #018CF2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #018CF2 is #FE730D. Grayscale: #6D6D6D. Windows color (decimal): -16675598 or 15895553. OLE color: 15895553.
HSL color Cylindrical-coordinate representation of color #018CF2: hue angle of 205.39º 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 #018CF2 is Cyan = 1.00, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 1 | 140 | 242 | - |
| CMYK | 1.00 | 0.42 | 0 | 0.05 |
| HSL | 205.39º | 0.99% | 0.48% | - |
| HSV(B) | 205.39º | 1% | 0.95% | - |
| XYZ | 25.42 | 25.17 | 87.52 | - |
| YUV | 110.07 | 202.45 | 50.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 140 | 242 | 1.00 | 0.42 | 0 | 0.05 | 205.39 | 0.99 | 0.48 |
| Hex | 1 | 8C | F2 | 64 | 2A | 0 | 5 | CD | 63 | 30 |
| Octal | 1 | 214 | 362 | 144 | 52 | 0 | 5 | 315 | 143 | 60 |
| Binary | 1 | 10001100 | 11110010 | 1100100 | 101010 | 0 | 101 | 11001101 | 1100011 | 110000 |
Color Harmonies of #018CF2
Complementary color
Monochromatic Colors of #018CF2
Black with #018CF2
Text Example
Text Example
White with #018CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018CF2; }
p { color: rgb(1,140,242); }
H1.HeaderClassName
{
color: #018CF2;
}
.AnyTagClassName
{
color: #018CF2;
}
</style>
background-color css
<style>
a { background-color: #018CF2; }
a { background-color: rgb(1,140,242); }
div.DivClassName
{
background-color: #018CF2;
}
.BgClassName
{
background-color: #018CF2;
}
</style>
border-color css
<style>
span { border-color: #018CF2; }
span { border-color: rgb(1,140,242); }
td.TdClassName
{
border-color: #018CF2;
}
.TagClassName
{
border-color: #018CF2;
}
</style>