Html Css Color HEX #070FC6 Medium Blue

📋 copy color: '#070FC6'

red 7 ◦ green 15 ◦ blue 198

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

Shades of Medium Blue #070FC6

Tints of Medium Blue #070FC6

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.82%

 BLUE value IS 198 (77.73% from 255) = 90%

R = 3.18%
G = 6.82%
B = 90%

CMYK

 C value IS 0.96

 M value IS 0.92

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#070FC6 (or 0x070FC6) is known color: Medium Blue. HEX triplet: 07, 0F and C6. RGB value is (7,15,198). Sum of RGB (Red+Green+Blue) = 7+15+198=220 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.18% from 220); Green value is 15 (6.25% from 255 or 6.82% from 220); Blue value is 198 (77.73% from 255 or 90% from 220); Max value from RGB is 198 - color contains mainly: blue. Hex color #070FC6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #070FC6 is #F8F039. Grayscale: #202020. Windows color (decimal): -16314426 or 12979975. OLE color: 12979975.

HSL color Cylindrical-coordinate representation of color #070FC6: hue angle of 237.49º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #070FC6 is Cyan = 0.96, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 7 15 198 -
CMYK 0.96 0.92 0 0.22
HSL 237.49º 0.93% 0.4% -
HSV(B) 237.49º 0.96% 0.78% -
XYZ 10.45 4.46 53.74 -
YUV 33.47 220.85 109.12 -
System Red Green Blue C M Y K H S L
Decimal 7 15 198 0.96 0.92 0 0.22 237.49 0.93 0.4
Hex 7 F C6 60 5C 0 16 ED 5D 28
Octal 7 17 306 140 134 0 26 355 135 50
Binary 111 1111 11000110 1100000 1011100 0 10110 11101101 1011101 101000

Color Harmonies of #070FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070FC6

Black with #070FC6

Text Example


Text Example

White with #070FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,15,198); }

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

background-color css

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

 a { background-color: rgb(7,15,198); }

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

border-color css

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

 span { border-color: rgb(7,15,198); }

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