Html Css Color HEX #0807CD Medium Blue

📋 copy color: '#0807CD'

red 8 ◦ green 7 ◦ blue 205

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

Shades of Medium Blue #0807CD

Tints of Medium Blue #0807CD

RGB

 RED value IS 8 (3.52% from 255) = 3.64%

 GREEN value IS 7 (3.13% from 255) = 3.18%

 BLUE value IS 205 (80.47% from 255) = 93.18%

R = 3.64%
G = 3.18%
B = 93.18%

CMYK

 C value IS 0.96

 M value IS 0.97

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0807CD (or 0x0807CD) is known color: Medium Blue. HEX triplet: 08, 07 and CD. RGB value is (8,7,205). Sum of RGB (Red+Green+Blue) = 8+7+205=220 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.64% from 220); Green value is 7 (3.12% from 255 or 3.18% from 220); Blue value is 205 (80.47% from 255 or 93.18% from 220); Max value from RGB is 205 - color contains mainly: blue. Hex color #0807CD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0807CD is #F7F832. Grayscale: #1D1D1D. Windows color (decimal): -16250931 or 13436680. OLE color: 13436680.

HSL color Cylindrical-coordinate representation of color #0807CD: hue angle of 240.3º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0807CD is Cyan = 0.96, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 8 7 205 -
CMYK 0.96 0.97 0 0.20
HSL 240.3º 0.93% 0.42% -
HSV(B) 240.3º 0.97% 0.8% -
XYZ 11.2 4.61 58.06 -
YUV 29.87 226.83 112.4 -
System Red Green Blue C M Y K H S L
Decimal 8 7 205 0.96 0.97 0 0.20 240.3 0.93 0.42
Hex 8 7 CD 60 61 0 14 F0 5D 2A
Octal 10 7 315 140 141 0 24 360 135 52
Binary 1000 111 11001101 1100000 1100001 0 10100 11110000 1011101 101010

Color Harmonies of #0807CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0807CD

Black with #0807CD

Text Example


Text Example

White with #0807CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0807CD; }

 p { color: rgb(8,7,205); }

 H1.HeaderClassName
 {
   color: #0807CD;
 }
 .AnyTagClassName
 {
   color: #0807CD;
 }
</style>

background-color css

<style>
 a { background-color: #0807CD; }

 a { background-color: rgb(8,7,205); }

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

border-color css

<style>
 span { border-color: #0807CD; }

 span { border-color: rgb(8,7,205); }

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