Html Css Color HEX #070EBF Medium Blue

📋 copy color: '#070EBF'

red 7 ◦ green 14 ◦ blue 191

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

Shades of Medium Blue #070EBF

Tints of Medium Blue #070EBF

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.6%

 BLUE value IS 191 (75% from 255) = 90.09%

R = 3.3%
G = 6.6%
B = 90.09%

CMYK

 C value IS 0.96

 M value IS 0.93

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#070EBF (or 0x070EBF) is known color: Medium Blue. HEX triplet: 07, 0E and BF. RGB value is (7,14,191). Sum of RGB (Red+Green+Blue) = 7+14+191=212 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.30% from 212); Green value is 14 (5.86% from 255 or 6.60% from 212); Blue value is 191 (75% from 255 or 90.09% from 212); Max value from RGB is 191 - color contains mainly: blue. Hex color #070EBF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #070EBF is #F8F140. Grayscale: #1F1F1F. Windows color (decimal): -16314689 or 12520967. OLE color: 12520967.

HSL color Cylindrical-coordinate representation of color #070EBF: hue angle of 237.72º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #070EBF is Cyan = 0.96, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 7 14 191 -
CMYK 0.96 0.93 0 0.25
HSL 237.72º 0.93% 0.39% -
HSV(B) 237.72º 0.96% 0.75% -
XYZ 9.65 4.12 49.58 -
YUV 32.09 217.68 110.11 -
System Red Green Blue C M Y K H S L
Decimal 7 14 191 0.96 0.93 0 0.25 237.72 0.93 0.39
Hex 7 E BF 60 5D 0 19 EE 5D 27
Octal 7 16 277 140 135 0 31 356 135 47
Binary 111 1110 10111111 1100000 1011101 0 11001 11101110 1011101 100111

Color Harmonies of #070EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070EBF

Black with #070EBF

Text Example


Text Example

White with #070EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,14,191); }

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

background-color css

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

 a { background-color: rgb(7,14,191); }

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

border-color css

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

 span { border-color: rgb(7,14,191); }

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