Html Css Color HEX #0C14DC Medium Blue

📋 copy color: '#0C14DC'

red 12 ◦ green 20 ◦ blue 220

#0C14DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Blue #0C14DC

Tints of Medium Blue #0C14DC

RGB

 RED value IS 12 (5.08% from 255) = 4.76%

 GREEN value IS 20 (8.2% from 255) = 7.94%

 BLUE value IS 220 (86.33% from 255) = 87.3%

R = 4.76%
G = 7.94%
B = 87.3%

CMYK

 C value IS 0.95

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0C14DC (or 0x0C14DC) is known color: Medium Blue. HEX triplet: 0C, 14 and DC. RGB value is (12,20,220). Sum of RGB (Red+Green+Blue) = 12+20+220=252 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.76% from 252); Green value is 20 (8.20% from 255 or 7.94% from 252); Blue value is 220 (86.33% from 255 or 87.30% from 252); Max value from RGB is 220 - color contains mainly: blue. Hex color #0C14DC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0C14DC is #F3EB23. Grayscale: #272727. Windows color (decimal): -15985444 or 14423052. OLE color: 14423052.

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

Color convert

RGB 12 20 220 -
CMYK 0.95 0.91 0 0.14
HSL 237.69º 0.9% 0.45% -
HSV(B) 237.69º 0.95% 0.86% -
XYZ 13.32 5.75 68.12 -
YUV 40.41 229.35 107.74 -
System Red Green Blue C M Y K H S L
Decimal 12 20 220 0.95 0.91 0 0.14 237.69 0.9 0.45
Hex C 14 DC 5F 5B 0 E EE 5A 2D
Octal 14 24 334 137 133 0 16 356 132 55
Binary 1100 10100 11011100 1011111 1011011 0 1110 11101110 1011010 101101

Color Harmonies of #0C14DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C14DC

Black with #0C14DC

Text Example


Text Example

White with #0C14DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,20,220); }

 H1.HeaderClassName
 {
   color: #0C14DC;
 }
 .AnyTagClassName
 {
   color: #0C14DC;
 }
</style>

background-color css

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

 a { background-color: rgb(12,20,220); }

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

border-color css

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

 span { border-color: rgb(12,20,220); }

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