Shades of Dodger Blue #0C91EB
Tints of Dodger Blue #0C91EB
RGB
CMYK
RGB Variations
Color information
#0C91EB (or 0x0C91EB) is known color: Dodger Blue. HEX triplet: 0C, 91 and EB. RGB value is (12,145,235). Sum of RGB (Red+Green+Blue) = 12+145+235=392 (51% of max value = 765). Red value is 12 (5.08% from 255 or 3.06% from 392); Green value is 145 (57.03% from 255 or 36.99% from 392); Blue value is 235 (92.19% from 255 or 59.95% from 392); Max value from RGB is 235 - color contains mainly: blue. Hex color #0C91EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0C91EB is #F36E14. Grayscale: #737373. Windows color (decimal): -15953429 or 15438092. OLE color: 15438092.
HSL color Cylindrical-coordinate representation of color #0C91EB: hue angle of 204.22º 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 #0C91EB is Cyan = 0.95, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 12 | 145 | 235 | - |
| CMYK | 0.95 | 0.38 | 0 | 0.08 |
| HSL | 204.22º | 0.9% | 0.48% | - |
| HSV(B) | 204.22º | 0.95% | 0.92% | - |
| XYZ | 25.27 | 26.33 | 82.35 | - |
| YUV | 115.49 | 195.44 | 54.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 145 | 235 | 0.95 | 0.38 | 0 | 0.08 | 204.22 | 0.9 | 0.48 |
| Hex | C | 91 | EB | 5F | 26 | 0 | 8 | CC | 5A | 30 |
| Octal | 14 | 221 | 353 | 137 | 46 | 0 | 10 | 314 | 132 | 60 |
| Binary | 1100 | 10010001 | 11101011 | 1011111 | 100110 | 0 | 1000 | 11001100 | 1011010 | 110000 |
Color Harmonies of #0C91EB
Complementary color
Monochromatic Colors of #0C91EB
Black with #0C91EB
Text Example
Text Example
White with #0C91EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C91EB; }
p { color: rgb(12,145,235); }
H1.HeaderClassName
{
color: #0C91EB;
}
.AnyTagClassName
{
color: #0C91EB;
}
</style>
background-color css
<style>
a { background-color: #0C91EB; }
a { background-color: rgb(12,145,235); }
div.DivClassName
{
background-color: #0C91EB;
}
.BgClassName
{
background-color: #0C91EB;
}
</style>
border-color css
<style>
span { border-color: #0C91EB; }
span { border-color: rgb(12,145,235); }
td.TdClassName
{
border-color: #0C91EB;
}
.TagClassName
{
border-color: #0C91EB;
}
</style>