Shades of Dodger Blue #0193ED
Tints of Dodger Blue #0193ED
RGB
CMYK
RGB Variations
Color information
#0193ED (or 0x0193ED) is known color: Dodger Blue. HEX triplet: 01, 93 and ED. RGB value is (1,147,237). Sum of RGB (Red+Green+Blue) = 1+147+237=385 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 385); Green value is 147 (57.81% from 255 or 38.18% from 385); Blue value is 237 (92.97% from 255 or 61.56% from 385); Max value from RGB is 237 - color contains mainly: blue. Hex color #0193ED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0193ED is #FE6C12. Grayscale: #717171. Windows color (decimal): -16673811 or 15569665. OLE color: 15569665.
HSL color Cylindrical-coordinate representation of color #0193ED: hue angle of 202.88º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0193ED is Cyan = 1.00, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 147 | 237 | - |
| CMYK | 1.00 | 0.38 | 0 | 0.07 |
| HSL | 202.88º | 0.99% | 0.47% | - |
| HSV(B) | 202.88º | 1% | 0.93% | - |
| XYZ | 25.73 | 26.99 | 83.97 | - |
| YUV | 113.61 | 197.63 | 47.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 147 | 237 | 1.00 | 0.38 | 0 | 0.07 | 202.88 | 0.99 | 0.47 |
| Hex | 1 | 93 | ED | 64 | 26 | 0 | 7 | CB | 63 | 2F |
| Octal | 1 | 223 | 355 | 144 | 46 | 0 | 7 | 313 | 143 | 57 |
| Binary | 1 | 10010011 | 11101101 | 1100100 | 100110 | 0 | 111 | 11001011 | 1100011 | 101111 |
Color Harmonies of #0193ED
Complementary color
Monochromatic Colors of #0193ED
Black with #0193ED
Text Example
Text Example
White with #0193ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0193ED; }
p { color: rgb(1,147,237); }
H1.HeaderClassName
{
color: #0193ED;
}
.AnyTagClassName
{
color: #0193ED;
}
</style>
background-color css
<style>
a { background-color: #0193ED; }
a { background-color: rgb(1,147,237); }
div.DivClassName
{
background-color: #0193ED;
}
.BgClassName
{
background-color: #0193ED;
}
</style>
border-color css
<style>
span { border-color: #0193ED; }
span { border-color: rgb(1,147,237); }
td.TdClassName
{
border-color: #0193ED;
}
.TagClassName
{
border-color: #0193ED;
}
</style>