Html Css Color HEX #0700BC Medium Blue

📋 copy color: '#0700BC'

red 7 ◦ green 0 ◦ blue 188

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

Shades of Medium Blue #0700BC

Tints of Medium Blue #0700BC

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 188 (73.83% from 255) = 96.41%

R = 3.59%
G = 0%
B = 96.41%

CMYK

 C value IS 0.96

 M value IS 1

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0700BC (or 0x0700BC) is known color: Medium Blue. HEX triplet: 07, 00 and BC. RGB value is (7,0,188). Sum of RGB (Red+Green+Blue) = 7+0+188=195 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.59% from 195); Green value is 0 (0.39% from 255 or 0% from 195); Blue value is 188 (73.83% from 255 or 96.41% from 195); Max value from RGB is 188 - color contains mainly: blue. Hex color #0700BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0700BC is #F8FF43. Grayscale: #161616. Windows color (decimal): -16318276 or 12320775. OLE color: 12320775.

HSL color Cylindrical-coordinate representation of color #0700BC: hue angle of 242.23º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0700BC is Cyan = 0.96, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 7 0 188 -
CMYK 0.96 1 0 0.26
HSL 242.23º 1% 0.37% -
HSV(B) 242.23º 1% 0.74% -
XYZ 9.16 3.68 47.8 -
YUV 23.53 220.82 116.21 -
System Red Green Blue C M Y K H S L
Decimal 7 0 188 0.96 1 0 0.26 242.23 1 0.37
Hex 7 0 BC 60 64 0 1A F2 64 25
Octal 7 0 274 140 144 0 32 362 144 45
Binary 111 0 10111100 1100000 1100100 0 11010 11110010 1100100 100101

Color Harmonies of #0700BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0700BC

Black with #0700BC

Text Example


Text Example

White with #0700BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0700BC; }

 p { color: rgb(7,0,188); }

 H1.HeaderClassName
 {
   color: #0700BC;
 }
 .AnyTagClassName
 {
   color: #0700BC;
 }
</style>

background-color css

<style>
 a { background-color: #0700BC; }

 a { background-color: rgb(7,0,188); }

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

border-color css

<style>
 span { border-color: #0700BC; }

 span { border-color: rgb(7,0,188); }

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