Shades of Blue #000CED
Tints of Blue #000CED
RGB
CMYK
RGB Variations
Color information
#000CED (or 0x000CED) is known color: Blue. HEX triplet: 00, 0C and ED. RGB value is (0,12,237). Sum of RGB (Red+Green+Blue) = 0+12+237=249 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 249); Green value is 12 (5.08% from 255 or 4.82% from 249); Blue value is 237 (92.97% from 255 or 95.18% from 249); Max value from RGB is 237 - color contains mainly: blue. Hex color #000CED is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #000CED is #FFF312. Grayscale: #212121. Windows color (decimal): -16773907 or 15535104. OLE color: 15535104.
HSL color Cylindrical-coordinate representation of color #000CED: hue angle of 236.96º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000CED is Cyan = 1, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 12 | 237 | - |
| CMYK | 1 | 0.95 | 0 | 0.07 |
| HSL | 236.96º | 1% | 0.46% | - |
| HSV(B) | 236.96º | 1% | 0.93% | - |
| XYZ | 15.42 | 6.38 | 80.54 | - |
| YUV | 34.06 | 242.52 | 103.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 12 | 237 | 1 | 0.95 | 0 | 0.07 | 236.96 | 1 | 0.46 |
| Hex | 0 | C | ED | 64 | 5F | 0 | 7 | ED | 64 | 2E |
| Octal | 0 | 14 | 355 | 144 | 137 | 0 | 7 | 355 | 144 | 56 |
| Binary | 0 | 1100 | 11101101 | 1100100 | 1011111 | 0 | 111 | 11101101 | 1100100 | 101110 |
Color Harmonies of #000CED
Complementary color
Monochromatic Colors of #000CED
Black with #000CED
Text Example
Text Example
White with #000CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000CED; }
p { color: rgb(0,12,237); }
H1.HeaderClassName
{
color: #000CED;
}
.AnyTagClassName
{
color: #000CED;
}
</style>
background-color css
<style>
a { background-color: #000CED; }
a { background-color: rgb(0,12,237); }
div.DivClassName
{
background-color: #000CED;
}
.BgClassName
{
background-color: #000CED;
}
</style>
border-color css
<style>
span { border-color: #000CED; }
span { border-color: rgb(0,12,237); }
td.TdClassName
{
border-color: #000CED;
}
.TagClassName
{
border-color: #000CED;
}
</style>