Html Css Color HEX #0701BE Medium Blue

📋 copy color: '#0701BE'

red 7 ◦ green 1 ◦ blue 190

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

Shades of Medium Blue #0701BE

Tints of Medium Blue #0701BE

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.51%

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

R = 3.54%
G = 0.51%
B = 95.96%

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

#0701BE (or 0x0701BE) is known color: Medium Blue. HEX triplet: 07, 01 and BE. RGB value is (7,1,190). Sum of RGB (Red+Green+Blue) = 7+1+190=198 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.54% from 198); Green value is 1 (0.78% from 255 or 0.51% from 198); Blue value is 190 (74.61% from 255 or 95.96% from 198); Max value from RGB is 190 - color contains mainly: blue. Hex color #0701BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0701BE is #F8FE41. Grayscale: #171717. Windows color (decimal): -16318018 or 12452103. OLE color: 12452103.

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

Color convert

RGB 7 1 190 -
CMYK 0.96 0.99 0 0.25
HSL 241.9º 0.99% 0.37% -
HSV(B) 241.9º 0.99% 0.75% -
XYZ 9.39 3.78 48.95 -
YUV 24.34 221.49 115.63 -
System Red Green Blue C M Y K H S L
Decimal 7 1 190 0.96 0.99 0 0.25 241.9 0.99 0.37
Hex 7 1 BE 60 63 0 19 F2 63 25
Octal 7 1 276 140 143 0 31 362 143 45
Binary 111 1 10111110 1100000 1100011 0 11001 11110010 1100011 100101

Color Harmonies of #0701BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0701BE

Black with #0701BE

Text Example


Text Example

White with #0701BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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