Html Css Color HEX #0512DC Medium Blue

📋 copy color: '#0512DC'

red 5 ◦ green 18 ◦ blue 220

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

Shades of Medium Blue #0512DC

Tints of Medium Blue #0512DC

RGB

 RED value IS 5 (2.34% from 255) = 2.06%

 GREEN value IS 18 (7.42% from 255) = 7.41%

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

R = 2.06%
G = 7.41%
B = 90.53%

CMYK

 C value IS 0.98

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0512DC (or 0x0512DC) is known color: Medium Blue. HEX triplet: 05, 12 and DC. RGB value is (5,18,220). Sum of RGB (Red+Green+Blue) = 5+18+220=243 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.06% from 243); Green value is 18 (7.42% from 255 or 7.41% from 243); Blue value is 220 (86.33% from 255 or 90.53% from 243); Max value from RGB is 220 - color contains mainly: blue. Hex color #0512DC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0512DC is #FAED23. Grayscale: #242424. Windows color (decimal): -16444708 or 14422533. OLE color: 14422533.

HSL color Cylindrical-coordinate representation of color #0512DC: hue angle of 236.37º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0512DC is Cyan = 0.98, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 5 18 220 -
CMYK 0.98 0.92 0 0.14
HSL 236.37º 0.96% 0.44% -
HSV(B) 236.37º 0.98% 0.86% -
XYZ 13.2 5.63 68.1 -
YUV 37.14 231.19 105.07 -
System Red Green Blue C M Y K H S L
Decimal 5 18 220 0.98 0.92 0 0.14 236.37 0.96 0.44
Hex 5 12 DC 62 5C 0 E EC 60 2C
Octal 5 22 334 142 134 0 16 354 140 54
Binary 101 10010 11011100 1100010 1011100 0 1110 11101100 1100000 101100

Color Harmonies of #0512DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0512DC

Black with #0512DC

Text Example


Text Example

White with #0512DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0512DC; }

 p { color: rgb(5,18,220); }

 H1.HeaderClassName
 {
   color: #0512DC;
 }
 .AnyTagClassName
 {
   color: #0512DC;
 }
</style>

background-color css

<style>
 a { background-color: #0512DC; }

 a { background-color: rgb(5,18,220); }

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

border-color css

<style>
 span { border-color: #0512DC; }

 span { border-color: rgb(5,18,220); }

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