Html Css Color HEX #0708CD Medium Blue

📋 copy color: '#0708CD'

red 7 ◦ green 8 ◦ blue 205

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

Shades of Medium Blue #0708CD

Tints of Medium Blue #0708CD

RGB

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

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

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

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

CMYK

 C value IS 0.97

 M value IS 0.96

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0708CD (or 0x0708CD) is known color: Medium Blue. HEX triplet: 07, 08 and CD. RGB value is (7,8,205). Sum of RGB (Red+Green+Blue) = 7+8+205=220 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.18% from 220); Green value is 8 (3.52% from 255 or 3.64% 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 #0708CD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0708CD is #F8F732. Grayscale: #1D1D1D. Windows color (decimal): -16316211 or 13436935. OLE color: 13436935.

HSL color Cylindrical-coordinate representation of color #0708CD: hue angle of 239.7º 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 #0708CD is Cyan = 0.97, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

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

Color Harmonies of #0708CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0708CD

Black with #0708CD

Text Example


Text Example

White with #0708CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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