Html Css Color HEX #070DDC Medium Blue

📋 copy color: '#070DDC'

red 7 ◦ green 13 ◦ blue 220

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

Shades of Medium Blue #070DDC

Tints of Medium Blue #070DDC

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.42%

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

R = 2.92%
G = 5.42%
B = 91.67%

CMYK

 C value IS 0.97

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#070DDC (or 0x070DDC) is known color: Medium Blue. HEX triplet: 07, 0D and DC. RGB value is (7,13,220). Sum of RGB (Red+Green+Blue) = 7+13+220=240 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.92% from 240); Green value is 13 (5.47% from 255 or 5.42% from 240); Blue value is 220 (86.33% from 255 or 91.67% from 240); Max value from RGB is 220 - color contains mainly: blue. Hex color #070DDC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #070DDC is #F8F223. Grayscale: #212121. Windows color (decimal): -16314916 or 14421255. OLE color: 14421255.

HSL color Cylindrical-coordinate representation of color #070DDC: hue angle of 238.31º 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 #070DDC is Cyan = 0.97, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 7 13 220 -
CMYK 0.97 0.94 0 0.14
HSL 238.31º 0.94% 0.45% -
HSV(B) 238.31º 0.97% 0.86% -
XYZ 13.15 5.5 68.08 -
YUV 34.8 232.51 108.17 -
System Red Green Blue C M Y K H S L
Decimal 7 13 220 0.97 0.94 0 0.14 238.31 0.94 0.45
Hex 7 D DC 61 5E 0 E EE 5E 2D
Octal 7 15 334 141 136 0 16 356 136 55
Binary 111 1101 11011100 1100001 1011110 0 1110 11101110 1011110 101101

Color Harmonies of #070DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070DDC

Black with #070DDC

Text Example


Text Example

White with #070DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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