Shades of Dodger Blue #0C93FE
Tints of Dodger Blue #0C93FE
RGB
CMYK
RGB Variations
Color information
#0C93FE (or 0x0C93FE) is known color: Dodger Blue. HEX triplet: 0C, 93 and FE. RGB value is (12,147,254). Sum of RGB (Red+Green+Blue) = 12+147+254=413 (54% of max value = 765). Red value is 12 (5.08% from 255 or 2.91% from 413); Green value is 147 (57.81% from 255 or 35.59% from 413); Blue value is 254 (99.61% from 255 or 61.50% from 413); Max value from RGB is 254 - color contains mainly: blue. Hex color #0C93FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0C93FE is #F36C01. Grayscale: #767676. Windows color (decimal): -15952898 or 16683788. OLE color: 16683788.
HSL color Cylindrical-coordinate representation of color #0C93FE: hue angle of 206.53º 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 #0C93FE is Cyan = 0.95, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 12 | 147 | 254 | - |
| CMYK | 0.95 | 0.42 | 0 | 0.00 |
| HSL | 206.53º | 0.99% | 0.52% | - |
| HSV(B) | 206.53º | 0.95% | 1% | - |
| XYZ | 28.47 | 28.1 | 97.69 | - |
| YUV | 118.83 | 204.27 | 51.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 147 | 254 | 0.95 | 0.42 | 0 | 0.00 | 206.53 | 0.99 | 0.52 |
| Hex | C | 93 | FE | 5F | 2A | 0 | 0 | CF | 63 | 34 |
| Octal | 14 | 223 | 376 | 137 | 52 | 0 | 0 | 317 | 143 | 64 |
| Binary | 1100 | 10010011 | 11111110 | 1011111 | 101010 | 0 | 0 | 11001111 | 1100011 | 110100 |
Color Harmonies of #0C93FE
Complementary color
Monochromatic Colors of #0C93FE
Black with #0C93FE
Text Example
Text Example
White with #0C93FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C93FE; }
p { color: rgb(12,147,254); }
H1.HeaderClassName
{
color: #0C93FE;
}
.AnyTagClassName
{
color: #0C93FE;
}
</style>
background-color css
<style>
a { background-color: #0C93FE; }
a { background-color: rgb(12,147,254); }
div.DivClassName
{
background-color: #0C93FE;
}
.BgClassName
{
background-color: #0C93FE;
}
</style>
border-color css
<style>
span { border-color: #0C93FE; }
span { border-color: rgb(12,147,254); }
td.TdClassName
{
border-color: #0C93FE;
}
.TagClassName
{
border-color: #0C93FE;
}
</style>