Html Css Color HEX #070BBE Medium Blue

📋 copy color: '#070BBE'

red 7 ◦ green 11 ◦ blue 190

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

Shades of Medium Blue #070BBE

Tints of Medium Blue #070BBE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.29%

 BLUE value IS 190 (74.61% from 255) = 91.35%

R = 3.37%
G = 5.29%
B = 91.35%

CMYK

 C value IS 0.96

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#070BBE (or 0x070BBE) is known color: Medium Blue. HEX triplet: 07, 0B and BE. RGB value is (7,11,190). Sum of RGB (Red+Green+Blue) = 7+11+190=208 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.37% from 208); Green value is 11 (4.69% from 255 or 5.29% from 208); Blue value is 190 (74.61% from 255 or 91.35% from 208); Max value from RGB is 190 - color contains mainly: blue. Hex color #070BBE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #070BBE is #F8F441. Grayscale: #1D1D1D. Windows color (decimal): -16315458 or 12454663. OLE color: 12454663.

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

Color convert

RGB 7 11 190 -
CMYK 0.96 0.94 0 0.25
HSL 238.69º 0.93% 0.39% -
HSV(B) 238.69º 0.96% 0.75% -
XYZ 9.5 4 48.99 -
YUV 30.21 218.17 111.45 -
System Red Green Blue C M Y K H S L
Decimal 7 11 190 0.96 0.94 0 0.25 238.69 0.93 0.39
Hex 7 B BE 60 5E 0 19 EF 5D 27
Octal 7 13 276 140 136 0 31 357 135 47
Binary 111 1011 10111110 1100000 1011110 0 11001 11101111 1011101 100111

Color Harmonies of #070BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070BBE

Black with #070BBE

Text Example


Text Example

White with #070BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,11,190); }

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

background-color css

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

 a { background-color: rgb(7,11,190); }

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

border-color css

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

 span { border-color: rgb(7,11,190); }

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