Shades of Dodger Blue #0C93EA
Tints of Dodger Blue #0C93EA
RGB
CMYK
RGB Variations
Color information
#0C93EA (or 0x0C93EA) is known color: Dodger Blue. HEX triplet: 0C, 93 and EA. RGB value is (12,147,234). Sum of RGB (Red+Green+Blue) = 12+147+234=393 (52% of max value = 765). Red value is 12 (5.08% from 255 or 3.05% from 393); Green value is 147 (57.81% from 255 or 37.40% from 393); Blue value is 234 (91.80% from 255 or 59.54% from 393); Max value from RGB is 234 - color contains mainly: blue. Hex color #0C93EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0C93EA is #F36C15. Grayscale: #747474. Windows color (decimal): -15952918 or 15373068. OLE color: 15373068.
HSL color Cylindrical-coordinate representation of color #0C93EA: hue angle of 203.51º 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 #0C93EA is Cyan = 0.95, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 12 | 147 | 234 | - |
| CMYK | 0.95 | 0.37 | 0 | 0.08 |
| HSL | 203.51º | 0.9% | 0.48% | - |
| HSV(B) | 203.51º | 0.95% | 0.92% | - |
| XYZ | 25.44 | 26.89 | 81.69 | - |
| YUV | 116.55 | 194.27 | 53.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 147 | 234 | 0.95 | 0.37 | 0 | 0.08 | 203.51 | 0.9 | 0.48 |
| Hex | C | 93 | EA | 5F | 25 | 0 | 8 | CC | 5A | 30 |
| Octal | 14 | 223 | 352 | 137 | 45 | 0 | 10 | 314 | 132 | 60 |
| Binary | 1100 | 10010011 | 11101010 | 1011111 | 100101 | 0 | 1000 | 11001100 | 1011010 | 110000 |
Color Harmonies of #0C93EA
Complementary color
Monochromatic Colors of #0C93EA
Black with #0C93EA
Text Example
Text Example
White with #0C93EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C93EA; }
p { color: rgb(12,147,234); }
H1.HeaderClassName
{
color: #0C93EA;
}
.AnyTagClassName
{
color: #0C93EA;
}
</style>
background-color css
<style>
a { background-color: #0C93EA; }
a { background-color: rgb(12,147,234); }
div.DivClassName
{
background-color: #0C93EA;
}
.BgClassName
{
background-color: #0C93EA;
}
</style>
border-color css
<style>
span { border-color: #0C93EA; }
span { border-color: rgb(12,147,234); }
td.TdClassName
{
border-color: #0C93EA;
}
.TagClassName
{
border-color: #0C93EA;
}
</style>