Html Css Color HEX #070BBD Medium Blue

📋 copy color: '#070BBD'

red 7 ◦ green 11 ◦ blue 189

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

Shades of Medium Blue #070BBD

Tints of Medium Blue #070BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 91.3%

R = 3.38%
G = 5.31%
B = 91.3%

CMYK

 C value IS 0.96

 M value IS 0.94

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#070BBD (or 0x070BBD) is known color: Medium Blue. HEX triplet: 07, 0B and BD. RGB value is (7,11,189). Sum of RGB (Red+Green+Blue) = 7+11+189=207 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.38% from 207); Green value is 11 (4.69% from 255 or 5.31% from 207); Blue value is 189 (74.22% from 255 or 91.30% from 207); Max value from RGB is 189 - color contains mainly: blue. Hex color #070BBD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #070BBD is #F8F442. Grayscale: #1D1D1D. Windows color (decimal): -16315459 or 12389127. OLE color: 12389127.

HSL color Cylindrical-coordinate representation of color #070BBD: hue angle of 238.68º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #070BBD is Cyan = 0.96, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 7 11 189 -
CMYK 0.96 0.94 0 0.26
HSL 238.68º 0.93% 0.38% -
HSV(B) 238.68º 0.96% 0.74% -
XYZ 9.39 3.96 48.41 -
YUV 30.1 217.67 111.53 -
System Red Green Blue C M Y K H S L
Decimal 7 11 189 0.96 0.94 0 0.26 238.68 0.93 0.38
Hex 7 B BD 60 5E 0 1A EF 5D 26
Octal 7 13 275 140 136 0 32 357 135 46
Binary 111 1011 10111101 1100000 1011110 0 11010 11101111 1011101 100110

Color Harmonies of #070BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070BBD

Black with #070BBD

Text Example


Text Example

White with #070BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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