Shades of Dodger Blue #018CEA
Tints of Dodger Blue #018CEA
RGB
CMYK
RGB Variations
Color information
#018CEA (or 0x018CEA) is known color: Dodger Blue. HEX triplet: 01, 8C and EA. RGB value is (1,140,234). Sum of RGB (Red+Green+Blue) = 1+140+234=375 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 375); Green value is 140 (55.08% from 255 or 37.33% from 375); Blue value is 234 (91.80% from 255 or 62.4% from 375); Max value from RGB is 234 - color contains mainly: blue. Hex color #018CEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #018CEA is #FE7315. Grayscale: #6C6C6C. Windows color (decimal): -16675606 or 15371265. OLE color: 15371265.
HSL color Cylindrical-coordinate representation of color #018CEA: hue angle of 204.21º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #018CEA is Cyan = 1.00, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 1 | 140 | 234 | - |
| CMYK | 1.00 | 0.40 | 0 | 0.08 |
| HSL | 204.21º | 0.99% | 0.46% | - |
| HSV(B) | 204.21º | 1% | 0.92% | - |
| XYZ | 24.24 | 24.7 | 81.33 | - |
| YUV | 109.16 | 198.45 | 50.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 140 | 234 | 1.00 | 0.40 | 0 | 0.08 | 204.21 | 0.99 | 0.46 |
| Hex | 1 | 8C | EA | 64 | 28 | 0 | 8 | CC | 63 | 2E |
| Octal | 1 | 214 | 352 | 144 | 50 | 0 | 10 | 314 | 143 | 56 |
| Binary | 1 | 10001100 | 11101010 | 1100100 | 101000 | 0 | 1000 | 11001100 | 1100011 | 101110 |
Color Harmonies of #018CEA
Complementary color
Monochromatic Colors of #018CEA
Black with #018CEA
Text Example
Text Example
White with #018CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018CEA; }
p { color: rgb(1,140,234); }
H1.HeaderClassName
{
color: #018CEA;
}
.AnyTagClassName
{
color: #018CEA;
}
</style>
background-color css
<style>
a { background-color: #018CEA; }
a { background-color: rgb(1,140,234); }
div.DivClassName
{
background-color: #018CEA;
}
.BgClassName
{
background-color: #018CEA;
}
</style>
border-color css
<style>
span { border-color: #018CEA; }
span { border-color: rgb(1,140,234); }
td.TdClassName
{
border-color: #018CEA;
}
.TagClassName
{
border-color: #018CEA;
}
</style>