Shades of Dodger Blue #0C82FC
Tints of Dodger Blue #0C82FC
RGB
CMYK
RGB Variations
Color information
#0C82FC (or 0x0C82FC) is known color: Dodger Blue. HEX triplet: 0C, 82 and FC. RGB value is (12,130,252). Sum of RGB (Red+Green+Blue) = 12+130+252=394 (52% of max value = 765). Red value is 12 (5.08% from 255 or 3.05% from 394); Green value is 130 (51.17% from 255 or 32.99% from 394); Blue value is 252 (98.83% from 255 or 63.96% from 394); Max value from RGB is 252 - color contains mainly: blue. Hex color #0C82FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0C82FC is #F37D03. Grayscale: #6C6C6C. Windows color (decimal): -15957252 or 16548364. OLE color: 16548364.
HSL color Cylindrical-coordinate representation of color #0C82FC: hue angle of 210.5º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C82FC is Cyan = 0.95, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 12 | 130 | 252 | - |
| CMYK | 0.95 | 0.48 | 0 | 0.01 |
| HSL | 210.5º | 0.98% | 0.52% | - |
| HSV(B) | 210.5º | 0.95% | 0.99% | - |
| XYZ | 25.7 | 23.07 | 95.19 | - |
| YUV | 108.63 | 208.91 | 59.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 130 | 252 | 0.95 | 0.48 | 0 | 0.01 | 210.5 | 0.98 | 0.52 |
| Hex | C | 82 | FC | 5F | 30 | 0 | 1 | D2 | 62 | 34 |
| Octal | 14 | 202 | 374 | 137 | 60 | 0 | 1 | 322 | 142 | 64 |
| Binary | 1100 | 10000010 | 11111100 | 1011111 | 110000 | 0 | 1 | 11010010 | 1100010 | 110100 |
Color Harmonies of #0C82FC
Complementary color
Monochromatic Colors of #0C82FC
Black with #0C82FC
Text Example
Text Example
White with #0C82FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C82FC; }
p { color: rgb(12,130,252); }
H1.HeaderClassName
{
color: #0C82FC;
}
.AnyTagClassName
{
color: #0C82FC;
}
</style>
background-color css
<style>
a { background-color: #0C82FC; }
a { background-color: rgb(12,130,252); }
div.DivClassName
{
background-color: #0C82FC;
}
.BgClassName
{
background-color: #0C82FC;
}
</style>
border-color css
<style>
span { border-color: #0C82FC; }
span { border-color: rgb(12,130,252); }
td.TdClassName
{
border-color: #0C82FC;
}
.TagClassName
{
border-color: #0C82FC;
}
</style>