Shades of Dodger Blue #0C94FA
Tints of Dodger Blue #0C94FA
RGB
CMYK
RGB Variations
Color information
#0C94FA (or 0x0C94FA) is known color: Dodger Blue. HEX triplet: 0C, 94 and FA. RGB value is (12,148,250). Sum of RGB (Red+Green+Blue) = 12+148+250=410 (54% of max value = 765). Red value is 12 (5.08% from 255 or 2.93% from 410); Green value is 148 (58.20% from 255 or 36.10% from 410); Blue value is 250 (98.05% from 255 or 60.98% from 410); Max value from RGB is 250 - color contains mainly: blue. Hex color #0C94FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0C94FA is #F36B05. Grayscale: #767676. Windows color (decimal): -15952646 or 16421900. OLE color: 16421900.
HSL color Cylindrical-coordinate representation of color #0C94FA: hue angle of 205.71º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C94FA is Cyan = 0.95, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 12 | 148 | 250 | - |
| CMYK | 0.95 | 0.41 | 0 | 0.02 |
| HSL | 205.71º | 0.96% | 0.51% | - |
| HSV(B) | 205.71º | 0.95% | 0.98% | - |
| XYZ | 28 | 28.16 | 94.4 | - |
| YUV | 118.96 | 201.94 | 51.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 148 | 250 | 0.95 | 0.41 | 0 | 0.02 | 205.71 | 0.96 | 0.51 |
| Hex | C | 94 | FA | 5F | 29 | 0 | 2 | CE | 60 | 33 |
| Octal | 14 | 224 | 372 | 137 | 51 | 0 | 2 | 316 | 140 | 63 |
| Binary | 1100 | 10010100 | 11111010 | 1011111 | 101001 | 0 | 10 | 11001110 | 1100000 | 110011 |
Color Harmonies of #0C94FA
Complementary color
Monochromatic Colors of #0C94FA
Black with #0C94FA
Text Example
Text Example
White with #0C94FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C94FA; }
p { color: rgb(12,148,250); }
H1.HeaderClassName
{
color: #0C94FA;
}
.AnyTagClassName
{
color: #0C94FA;
}
</style>
background-color css
<style>
a { background-color: #0C94FA; }
a { background-color: rgb(12,148,250); }
div.DivClassName
{
background-color: #0C94FA;
}
.BgClassName
{
background-color: #0C94FA;
}
</style>
border-color css
<style>
span { border-color: #0C94FA; }
span { border-color: rgb(12,148,250); }
td.TdClassName
{
border-color: #0C94FA;
}
.TagClassName
{
border-color: #0C94FA;
}
</style>