Html Css Color HEX #070FC5 Medium Blue

📋 copy color: '#070FC5'

red 7 ◦ green 15 ◦ blue 197

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

Shades of Medium Blue #070FC5

Tints of Medium Blue #070FC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 89.95%

R = 3.2%
G = 6.85%
B = 89.95%

CMYK

 C value IS 0.96

 M value IS 0.92

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#070FC5 (or 0x070FC5) is known color: Medium Blue. HEX triplet: 07, 0F and C5. RGB value is (7,15,197). Sum of RGB (Red+Green+Blue) = 7+15+197=219 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.20% from 219); Green value is 15 (6.25% from 255 or 6.85% from 219); Blue value is 197 (77.34% from 255 or 89.95% from 219); Max value from RGB is 197 - color contains mainly: blue. Hex color #070FC5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #070FC5 is #F8F03A. Grayscale: #202020. Windows color (decimal): -16314427 or 12914439. OLE color: 12914439.

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

Color convert

RGB 7 15 197 -
CMYK 0.96 0.92 0 0.23
HSL 237.47º 0.93% 0.4% -
HSV(B) 237.47º 0.96% 0.77% -
XYZ 10.34 4.42 53.13 -
YUV 33.36 220.35 109.2 -
System Red Green Blue C M Y K H S L
Decimal 7 15 197 0.96 0.92 0 0.23 237.47 0.93 0.4
Hex 7 F C5 60 5C 0 17 ED 5D 28
Octal 7 17 305 140 134 0 27 355 135 50
Binary 111 1111 11000101 1100000 1011100 0 10111 11101101 1011101 101000

Color Harmonies of #070FC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070FC5

Black with #070FC5

Text Example


Text Example

White with #070FC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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