Shades of Dodger Blue #0D93FE
Tints of Dodger Blue #0D93FE
RGB
CMYK
RGB Variations
Color information
#0D93FE (or 0x0D93FE) is known color: Dodger Blue. HEX triplet: 0D, 93 and FE. RGB value is (13,147,254). Sum of RGB (Red+Green+Blue) = 13+147+254=414 (54% of max value = 765). Red value is 13 (5.47% from 255 or 3.14% from 414); Green value is 147 (57.81% from 255 or 35.51% from 414); Blue value is 254 (99.61% from 255 or 61.35% from 414); Max value from RGB is 254 - color contains mainly: blue. Hex color #0D93FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0D93FE is #F26C01. Grayscale: #767676. Windows color (decimal): -15887362 or 16683789. OLE color: 16683789.
HSL color Cylindrical-coordinate representation of color #0D93FE: hue angle of 206.64º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0D93FE is Cyan = 0.95, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 13 | 147 | 254 | - |
| CMYK | 0.95 | 0.42 | 0 | 0.00 |
| HSL | 206.64º | 0.99% | 0.52% | - |
| HSV(B) | 206.64º | 0.95% | 1% | - |
| XYZ | 28.49 | 28.11 | 97.69 | - |
| YUV | 119.13 | 204.11 | 52.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 147 | 254 | 0.95 | 0.42 | 0 | 0.00 | 206.64 | 0.99 | 0.52 |
| Hex | D | 93 | FE | 5F | 2A | 0 | 0 | CF | 63 | 34 |
| Octal | 15 | 223 | 376 | 137 | 52 | 0 | 0 | 317 | 143 | 64 |
| Binary | 1101 | 10010011 | 11111110 | 1011111 | 101010 | 0 | 0 | 11001111 | 1100011 | 110100 |
Color Harmonies of #0D93FE
Complementary color
Monochromatic Colors of #0D93FE
Black with #0D93FE
Text Example
Text Example
White with #0D93FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D93FE; }
p { color: rgb(13,147,254); }
H1.HeaderClassName
{
color: #0D93FE;
}
.AnyTagClassName
{
color: #0D93FE;
}
</style>
background-color css
<style>
a { background-color: #0D93FE; }
a { background-color: rgb(13,147,254); }
div.DivClassName
{
background-color: #0D93FE;
}
.BgClassName
{
background-color: #0D93FE;
}
</style>
border-color css
<style>
span { border-color: #0D93FE; }
span { border-color: rgb(13,147,254); }
td.TdClassName
{
border-color: #0D93FE;
}
.TagClassName
{
border-color: #0D93FE;
}
</style>