Shades of Dodger Blue #0893FE
Tints of Dodger Blue #0893FE
RGB
CMYK
RGB Variations
Color information
#0893FE (or 0x0893FE) is known color: Dodger Blue. HEX triplet: 08, 93 and FE. RGB value is (8,147,254). Sum of RGB (Red+Green+Blue) = 8+147+254=409 (54% of max value = 765). Red value is 8 (3.52% from 255 or 1.96% from 409); Green value is 147 (57.81% from 255 or 35.94% from 409); Blue value is 254 (99.61% from 255 or 62.10% from 409); Max value from RGB is 254 - color contains mainly: blue. Hex color #0893FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0893FE is #F76C01. Grayscale: #757575. Windows color (decimal): -16215042 or 16683784. OLE color: 16683784.
HSL color Cylindrical-coordinate representation of color #0893FE: hue angle of 206.1º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0893FE is Cyan = 0.97, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 8 | 147 | 254 | - |
| CMYK | 0.97 | 0.42 | 0 | 0.00 |
| HSL | 206.1º | 0.99% | 0.51% | - |
| HSV(B) | 206.1º | 0.97% | 1% | - |
| XYZ | 28.42 | 28.07 | 97.69 | - |
| YUV | 117.64 | 204.95 | 49.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 147 | 254 | 0.97 | 0.42 | 0 | 0.00 | 206.1 | 0.99 | 0.51 |
| Hex | 8 | 93 | FE | 61 | 2A | 0 | 0 | CE | 63 | 33 |
| Octal | 10 | 223 | 376 | 141 | 52 | 0 | 0 | 316 | 143 | 63 |
| Binary | 1000 | 10010011 | 11111110 | 1100001 | 101010 | 0 | 0 | 11001110 | 1100011 | 110011 |
Color Harmonies of #0893FE
Complementary color
Monochromatic Colors of #0893FE
Black with #0893FE
Text Example
Text Example
White with #0893FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0893FE; }
p { color: rgb(8,147,254); }
H1.HeaderClassName
{
color: #0893FE;
}
.AnyTagClassName
{
color: #0893FE;
}
</style>
background-color css
<style>
a { background-color: #0893FE; }
a { background-color: rgb(8,147,254); }
div.DivClassName
{
background-color: #0893FE;
}
.BgClassName
{
background-color: #0893FE;
}
</style>
border-color css
<style>
span { border-color: #0893FE; }
span { border-color: rgb(8,147,254); }
td.TdClassName
{
border-color: #0893FE;
}
.TagClassName
{
border-color: #0893FE;
}
</style>