Shades of Dodger Blue #0C9AED
Tints of Dodger Blue #0C9AED
RGB
CMYK
RGB Variations
Color information
#0C9AED (or 0x0C9AED) is known color: Dodger Blue. HEX triplet: 0C, 9A and ED. RGB value is (12,154,237). Sum of RGB (Red+Green+Blue) = 12+154+237=403 (53% of max value = 765). Red value is 12 (5.08% from 255 or 2.98% from 403); Green value is 154 (60.55% from 255 or 38.21% from 403); Blue value is 237 (92.97% from 255 or 58.81% from 403); Max value from RGB is 237 - color contains mainly: blue. Hex color #0C9AED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0C9AED is #F36512. Grayscale: #787878. Windows color (decimal): -15951123 or 15571468. OLE color: 15571468.
HSL color Cylindrical-coordinate representation of color #0C9AED: hue angle of 202.13º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C9AED is Cyan = 0.95, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 12 | 154 | 237 | - |
| CMYK | 0.95 | 0.35 | 0 | 0.07 |
| HSL | 202.13º | 0.9% | 0.49% | - |
| HSV(B) | 202.13º | 0.95% | 0.93% | - |
| XYZ | 26.99 | 29.3 | 84.35 | - |
| YUV | 121 | 193.46 | 50.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 154 | 237 | 0.95 | 0.35 | 0 | 0.07 | 202.13 | 0.9 | 0.49 |
| Hex | C | 9A | ED | 5F | 23 | 0 | 7 | CA | 5A | 31 |
| Octal | 14 | 232 | 355 | 137 | 43 | 0 | 7 | 312 | 132 | 61 |
| Binary | 1100 | 10011010 | 11101101 | 1011111 | 100011 | 0 | 111 | 11001010 | 1011010 | 110001 |
Color Harmonies of #0C9AED
Complementary color
Monochromatic Colors of #0C9AED
Black with #0C9AED
Text Example
Text Example
White with #0C9AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C9AED; }
p { color: rgb(12,154,237); }
H1.HeaderClassName
{
color: #0C9AED;
}
.AnyTagClassName
{
color: #0C9AED;
}
</style>
background-color css
<style>
a { background-color: #0C9AED; }
a { background-color: rgb(12,154,237); }
div.DivClassName
{
background-color: #0C9AED;
}
.BgClassName
{
background-color: #0C9AED;
}
</style>
border-color css
<style>
span { border-color: #0C9AED; }
span { border-color: rgb(12,154,237); }
td.TdClassName
{
border-color: #0C9AED;
}
.TagClassName
{
border-color: #0C9AED;
}
</style>