Html Css Color HEX #0700DC Medium Blue

📋 copy color: '#0700DC'

red 7 ◦ green 0 ◦ blue 220

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

Shades of Medium Blue #0700DC

Tints of Medium Blue #0700DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 96.92%

R = 3.08%
G = 0%
B = 96.92%

CMYK

 C value IS 0.97

 M value IS 1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0700DC (or 0x0700DC) is known color: Medium Blue. HEX triplet: 07, 00 and DC. RGB value is (7,0,220). Sum of RGB (Red+Green+Blue) = 7+0+220=227 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.08% from 227); Green value is 0 (0.39% from 255 or 0% from 227); Blue value is 220 (86.33% from 255 or 96.92% from 227); Max value from RGB is 220 - color contains mainly: blue. Hex color #0700DC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0700DC is #F8FF23. Grayscale: #1A1A1A. Windows color (decimal): -16318244 or 14417927. OLE color: 14417927.

HSL color Cylindrical-coordinate representation of color #0700DC: hue angle of 241.91º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0700DC is Cyan = 0.97, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 7 0 220 -
CMYK 0.97 1 0 0.14
HSL 241.91º 1% 0.43% -
HSV(B) 241.91º 1% 0.86% -
XYZ 13.01 5.21 68.03 -
YUV 27.17 236.82 113.61 -
System Red Green Blue C M Y K H S L
Decimal 7 0 220 0.97 1 0 0.14 241.91 1 0.43
Hex 7 0 DC 61 64 0 E F2 64 2B
Octal 7 0 334 141 144 0 16 362 144 53
Binary 111 0 11011100 1100001 1100100 0 1110 11110010 1100100 101011

Color Harmonies of #0700DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0700DC

Black with #0700DC

Text Example


Text Example

White with #0700DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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