Shades of Dodger Blue #0C7FEA
Tints of Dodger Blue #0C7FEA
RGB
CMYK
RGB Variations
Color information
#0C7FEA (or 0x0C7FEA) is known color: Dodger Blue. HEX triplet: 0C, 7F and EA. RGB value is (12,127,234). Sum of RGB (Red+Green+Blue) = 12+127+234=373 (49% of max value = 765). Red value is 12 (5.08% from 255 or 3.22% from 373); Green value is 127 (50% from 255 or 34.05% from 373); Blue value is 234 (91.80% from 255 or 62.73% from 373); Max value from RGB is 234 - color contains mainly: blue. Hex color #0C7FEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0C7FEA is #F38015. Grayscale: #686868. Windows color (decimal): -15958038 or 15367948. OLE color: 15367948.
HSL color Cylindrical-coordinate representation of color #0C7FEA: hue angle of 208.92º 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 #0C7FEA is Cyan = 0.95, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 12 | 127 | 234 | - |
| CMYK | 0.95 | 0.46 | 0 | 0.08 |
| HSL | 208.92º | 0.9% | 0.48% | - |
| HSV(B) | 208.92º | 0.95% | 0.92% | - |
| XYZ | 22.59 | 21.2 | 80.74 | - |
| YUV | 104.81 | 200.9 | 61.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 127 | 234 | 0.95 | 0.46 | 0 | 0.08 | 208.92 | 0.9 | 0.48 |
| Hex | C | 7F | EA | 5F | 2E | 0 | 8 | D1 | 5A | 30 |
| Octal | 14 | 177 | 352 | 137 | 56 | 0 | 10 | 321 | 132 | 60 |
| Binary | 1100 | 1111111 | 11101010 | 1011111 | 101110 | 0 | 1000 | 11010001 | 1011010 | 110000 |
Color Harmonies of #0C7FEA
Complementary color
Monochromatic Colors of #0C7FEA
Black with #0C7FEA
Text Example
Text Example
White with #0C7FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C7FEA; }
p { color: rgb(12,127,234); }
H1.HeaderClassName
{
color: #0C7FEA;
}
.AnyTagClassName
{
color: #0C7FEA;
}
</style>
background-color css
<style>
a { background-color: #0C7FEA; }
a { background-color: rgb(12,127,234); }
div.DivClassName
{
background-color: #0C7FEA;
}
.BgClassName
{
background-color: #0C7FEA;
}
</style>
border-color css
<style>
span { border-color: #0C7FEA; }
span { border-color: rgb(12,127,234); }
td.TdClassName
{
border-color: #0C7FEA;
}
.TagClassName
{
border-color: #0C7FEA;
}
</style>