Html Css Color HEX #0702B6 Medium Blue

📋 copy color: '#0702B6'

red 7 ◦ green 2 ◦ blue 182

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

Shades of Medium Blue #0702B6

Tints of Medium Blue #0702B6

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.05%

 BLUE value IS 182 (71.48% from 255) = 95.29%

R = 3.66%
G = 1.05%
B = 95.29%

CMYK

 C value IS 0.96

 M value IS 0.99

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#0702B6 (or 0x0702B6) is known color: Medium Blue. HEX triplet: 07, 02 and B6. RGB value is (7,2,182). Sum of RGB (Red+Green+Blue) = 7+2+182=191 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.66% from 191); Green value is 2 (1.17% from 255 or 1.05% from 191); Blue value is 182 (71.48% from 255 or 95.29% from 191); Max value from RGB is 182 - color contains mainly: blue. Hex color #0702B6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0702B6 is #F8FD49. Grayscale: #171717. Windows color (decimal): -16317770 or 11928071. OLE color: 11928071.

HSL color Cylindrical-coordinate representation of color #0702B6: hue angle of 241.67º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0702B6 is Cyan = 0.96, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 7 2 182 -
CMYK 0.96 0.99 0 0.29
HSL 241.67º 0.98% 0.36% -
HSV(B) 241.67º 0.99% 0.71% -
XYZ 8.55 3.47 44.47 -
YUV 24.02 217.16 115.86 -
System Red Green Blue C M Y K H S L
Decimal 7 2 182 0.96 0.99 0 0.29 241.67 0.98 0.36
Hex 7 2 B6 60 63 0 1D F2 62 24
Octal 7 2 266 140 143 0 35 362 142 44
Binary 111 10 10110110 1100000 1100011 0 11101 11110010 1100010 100100

Color Harmonies of #0702B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0702B6

Black with #0702B6

Text Example


Text Example

White with #0702B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0702B6; }

 p { color: rgb(7,2,182); }

 H1.HeaderClassName
 {
   color: #0702B6;
 }
 .AnyTagClassName
 {
   color: #0702B6;
 }
</style>

background-color css

<style>
 a { background-color: #0702B6; }

 a { background-color: rgb(7,2,182); }

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

border-color css

<style>
 span { border-color: #0702B6; }

 span { border-color: rgb(7,2,182); }

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