Html Css Color HEX #0710CD Medium Blue

📋 copy color: '#0710CD'

red 7 ◦ green 16 ◦ blue 205

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

Shades of Medium Blue #0710CD

Tints of Medium Blue #0710CD

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.02%

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

R = 3.07%
G = 7.02%
B = 89.91%

CMYK

 C value IS 0.97

 M value IS 0.92

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0710CD (or 0x0710CD) is known color: Medium Blue. HEX triplet: 07, 10 and CD. RGB value is (7,16,205). Sum of RGB (Red+Green+Blue) = 7+16+205=228 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.07% from 228); Green value is 16 (6.64% from 255 or 7.02% from 228); Blue value is 205 (80.47% from 255 or 89.91% from 228); Max value from RGB is 205 - color contains mainly: blue. Hex color #0710CD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0710CD is #F8EF32. Grayscale: #222222. Windows color (decimal): -16314163 or 13438983. OLE color: 13438983.

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

Color convert

RGB 7 16 205 -
CMYK 0.97 0.92 0 0.20
HSL 237.27º 0.93% 0.42% -
HSV(B) 237.27º 0.97% 0.8% -
XYZ 11.29 4.82 58.09 -
YUV 34.86 224.02 108.13 -
System Red Green Blue C M Y K H S L
Decimal 7 16 205 0.97 0.92 0 0.20 237.27 0.93 0.42
Hex 7 10 CD 61 5C 0 14 ED 5D 2A
Octal 7 20 315 141 134 0 24 355 135 52
Binary 111 10000 11001101 1100001 1011100 0 10100 11101101 1011101 101010

Color Harmonies of #0710CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0710CD

Black with #0710CD

Text Example


Text Example

White with #0710CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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