#0c1edd

Color #0C1EDD Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #0C1EDD

Tints of Medium Blue #0C1EDD

Color information

#0C1EDD (or 0x0C1EDD) is unknown color: approx Medium Blue. HEX triplet: 0C, 1E and DD. RGB value is (12,30,221). Sum of RGB (Red+Green+Blue) = 12+30+221=263 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.56% from 263); Green value is 30 (12.11% from 255 or 11.41% from 263); Blue value is 221 (86.72% from 255 or 84.03% from 263); Max value from RGB is 221 - color contains mainly: blue. Hex color #0C1EDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C1EDD is #F3E122. Grayscale: #2D2D2D. Windows color (decimal): -15982883 or 14491148. OLE color: 14491148.

HSL color Cylindrical-coordinate representation of color #0C1EDD: hue angle of 234.83º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C1EDD is Cyan = 0.95, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB1230221-
CMYK0.950.8600.13
HSL234.83º89.7%45.69%-
HSV(B)234.83º94.57%86.67%-
XYZ13.676.2368.89-
YUV46.39226.54103.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 12 (5.08% from 255) = 4.56%
GREEN value IS 30 (12.11% from 255) = 11.41%
BLUE value IS 221 (86.72% from 255) = 84.03%
R=4.56%
G=11.41%
B=84.03%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal12302210.950.8600.13234.8389.745.69
HexC1EDD5F560Deb5a2e
Octal143633513712601535313256
Binary110011110110111011011111101011001101111010111011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0c1edd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0c1edd; }

 p { color: rgb(12,30,221); }

 H1.HeaderClassName
 {
   color: #0c1edd;
 }
 .AnyTagClassName
 {
   color: #0c1edd;
 }
</style>
background-color css

<style>
 a { background-color: #0c1edd; }

 a { background-color: rgb(12,30,221); }

 div.DivClassName
 {
   background-color: #0c1edd;
 }
 .BgClassName
 {
   background-color: #0c1edd;
 }
</style>
border-color css

<style>
 span { border-color: #0c1edd; }

 span { border-color: rgb(12,30,221); }

 td.TdClassName
 {
   border-color: #0c1edd;
 }
 .TagClassName
 {
   border-color: #0c1edd;
 }
</style>