Shades of Dodger Blue #0CA3F1
Tints of Dodger Blue #0CA3F1
RGB
CMYK
RGB Variations
Color information
#0CA3F1 (or 0x0CA3F1) is known color: Dodger Blue. HEX triplet: 0C, A3 and F1. RGB value is (12,163,241). Sum of RGB (Red+Green+Blue) = 12+163+241=416 (55% of max value = 765). Red value is 12 (5.08% from 255 or 2.88% from 416); Green value is 163 (64.06% from 255 or 39.18% from 416); Blue value is 241 (94.53% from 255 or 57.93% from 416); Max value from RGB is 241 - color contains mainly: blue. Hex color #0CA3F1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0CA3F1 is #F35C0E. Grayscale: #7E7E7E. Windows color (decimal): -15948815 or 15835916. OLE color: 15835916.
HSL color Cylindrical-coordinate representation of color #0CA3F1: hue angle of 200.44º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CA3F1 is Cyan = 0.95, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 12 | 163 | 241 | - |
| CMYK | 0.95 | 0.32 | 0 | 0.05 |
| HSL | 200.44º | 0.91% | 0.5% | - |
| HSV(B) | 200.44º | 0.95% | 0.95% | - |
| XYZ | 29.13 | 32.62 | 87.98 | - |
| YUV | 126.74 | 192.47 | 46.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 163 | 241 | 0.95 | 0.32 | 0 | 0.05 | 200.44 | 0.91 | 0.5 |
| Hex | C | A3 | F1 | 5F | 20 | 0 | 5 | C8 | 5B | 32 |
| Octal | 14 | 243 | 361 | 137 | 40 | 0 | 5 | 310 | 133 | 62 |
| Binary | 1100 | 10100011 | 11110001 | 1011111 | 100000 | 0 | 101 | 11001000 | 1011011 | 110010 |
Color Harmonies of #0CA3F1
Complementary color
Monochromatic Colors of #0CA3F1
Black with #0CA3F1
Text Example
Text Example
White with #0CA3F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CA3F1; }
p { color: rgb(12,163,241); }
H1.HeaderClassName
{
color: #0CA3F1;
}
.AnyTagClassName
{
color: #0CA3F1;
}
</style>
background-color css
<style>
a { background-color: #0CA3F1; }
a { background-color: rgb(12,163,241); }
div.DivClassName
{
background-color: #0CA3F1;
}
.BgClassName
{
background-color: #0CA3F1;
}
</style>
border-color css
<style>
span { border-color: #0CA3F1; }
span { border-color: rgb(12,163,241); }
td.TdClassName
{
border-color: #0CA3F1;
}
.TagClassName
{
border-color: #0CA3F1;
}
</style>