Html Css Color HEX #0702BE Medium Blue

📋 copy color: '#0702BE'

red 7 ◦ green 2 ◦ blue 190

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

Shades of Medium Blue #0702BE

Tints of Medium Blue #0702BE

RGB

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

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

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

R = 3.52%
G = 1.01%
B = 95.48%

CMYK

 C value IS 0.96

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0702BE (or 0x0702BE) is known color: Medium Blue. HEX triplet: 07, 02 and BE. RGB value is (7,2,190). Sum of RGB (Red+Green+Blue) = 7+2+190=199 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.52% from 199); Green value is 2 (1.17% from 255 or 1.01% from 199); Blue value is 190 (74.61% from 255 or 95.48% from 199); Max value from RGB is 190 - color contains mainly: blue. Hex color #0702BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0702BE is #F8FD41. Grayscale: #181818. Windows color (decimal): -16317762 or 12452359. OLE color: 12452359.

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

Color convert

RGB 7 2 190 -
CMYK 0.96 0.99 0 0.25
HSL 241.6º 0.98% 0.38% -
HSV(B) 241.6º 0.99% 0.75% -
XYZ 9.4 3.81 48.95 -
YUV 24.93 221.16 115.21 -
System Red Green Blue C M Y K H S L
Decimal 7 2 190 0.96 0.99 0 0.25 241.6 0.98 0.38
Hex 7 2 BE 60 63 0 19 F2 62 26
Octal 7 2 276 140 143 0 31 362 142 46
Binary 111 10 10111110 1100000 1100011 0 11001 11110010 1100010 100110

Color Harmonies of #0702BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0702BE

Black with #0702BE

Text Example


Text Example

White with #0702BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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