Shades of Dodger Blue #0C93EB
Tints of Dodger Blue #0C93EB
RGB
CMYK
RGB Variations
Color information
#0C93EB (or 0x0C93EB) is known color: Dodger Blue. HEX triplet: 0C, 93 and EB. RGB value is (12,147,235). Sum of RGB (Red+Green+Blue) = 12+147+235=394 (52% of max value = 765). Red value is 12 (5.08% from 255 or 3.05% from 394); Green value is 147 (57.81% from 255 or 37.31% from 394); Blue value is 235 (92.19% from 255 or 59.64% from 394); Max value from RGB is 235 - color contains mainly: blue. Hex color #0C93EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0C93EB is #F36C14. Grayscale: #747474. Windows color (decimal): -15952917 or 15438604. OLE color: 15438604.
HSL color Cylindrical-coordinate representation of color #0C93EB: hue angle of 203.68º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C93EB is Cyan = 0.95, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 12 | 147 | 235 | - |
| CMYK | 0.95 | 0.37 | 0 | 0.08 |
| HSL | 203.68º | 0.9% | 0.48% | - |
| HSV(B) | 203.68º | 0.95% | 0.92% | - |
| XYZ | 25.58 | 26.94 | 82.45 | - |
| YUV | 116.67 | 194.77 | 53.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 147 | 235 | 0.95 | 0.37 | 0 | 0.08 | 203.68 | 0.9 | 0.48 |
| Hex | C | 93 | EB | 5F | 25 | 0 | 8 | CC | 5A | 30 |
| Octal | 14 | 223 | 353 | 137 | 45 | 0 | 10 | 314 | 132 | 60 |
| Binary | 1100 | 10010011 | 11101011 | 1011111 | 100101 | 0 | 1000 | 11001100 | 1011010 | 110000 |
Color Harmonies of #0C93EB
Complementary color
Monochromatic Colors of #0C93EB
Black with #0C93EB
Text Example
Text Example
White with #0C93EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C93EB; }
p { color: rgb(12,147,235); }
H1.HeaderClassName
{
color: #0C93EB;
}
.AnyTagClassName
{
color: #0C93EB;
}
</style>
background-color css
<style>
a { background-color: #0C93EB; }
a { background-color: rgb(12,147,235); }
div.DivClassName
{
background-color: #0C93EB;
}
.BgClassName
{
background-color: #0C93EB;
}
</style>
border-color css
<style>
span { border-color: #0C93EB; }
span { border-color: rgb(12,147,235); }
td.TdClassName
{
border-color: #0C93EB;
}
.TagClassName
{
border-color: #0C93EB;
}
</style>