Html Css Color HEX #070CDC Medium Blue

📋 copy color: '#070CDC'

red 7 ◦ green 12 ◦ blue 220

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

Shades of Medium Blue #070CDC

Tints of Medium Blue #070CDC

RGB

 RED value IS 7 (3.13% from 255) = 2.93%

 GREEN value IS 12 (5.08% from 255) = 5.02%

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

R = 2.93%
G = 5.02%
B = 92.05%

CMYK

 C value IS 0.97

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#070CDC (or 0x070CDC) is known color: Medium Blue. HEX triplet: 07, 0C and DC. RGB value is (7,12,220). Sum of RGB (Red+Green+Blue) = 7+12+220=239 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.93% from 239); Green value is 12 (5.08% from 255 or 5.02% from 239); Blue value is 220 (86.33% from 255 or 92.05% from 239); Max value from RGB is 220 - color contains mainly: blue. Hex color #070CDC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #070CDC is #F8F323. Grayscale: #212121. Windows color (decimal): -16315172 or 14420999. OLE color: 14420999.

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

Color convert

RGB 7 12 220 -
CMYK 0.97 0.95 0 0.14
HSL 238.59º 0.94% 0.45% -
HSV(B) 238.59º 0.97% 0.86% -
XYZ 13.14 5.48 68.07 -
YUV 34.22 232.84 108.59 -
System Red Green Blue C M Y K H S L
Decimal 7 12 220 0.97 0.95 0 0.14 238.59 0.94 0.45
Hex 7 C DC 61 5F 0 E EF 5E 2D
Octal 7 14 334 141 137 0 16 357 136 55
Binary 111 1100 11011100 1100001 1011111 0 1110 11101111 1011110 101101

Color Harmonies of #070CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070CDC

Black with #070CDC

Text Example


Text Example

White with #070CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070CDC; }

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

 H1.HeaderClassName
 {
   color: #070CDC;
 }
 .AnyTagClassName
 {
   color: #070CDC;
 }
</style>

background-color css

<style>
 a { background-color: #070CDC; }

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

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

border-color css

<style>
 span { border-color: #070CDC; }

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

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