Html Css Color HEX #0714C0 Medium Blue

📋 copy color: '#0714C0'

red 7 ◦ green 20 ◦ blue 192

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

Shades of Medium Blue #0714C0

Tints of Medium Blue #0714C0

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.13%

 BLUE value IS 192 (75.39% from 255) = 87.67%

R = 3.2%
G = 9.13%
B = 87.67%

CMYK

 C value IS 0.96

 M value IS 0.90

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0714C0 (or 0x0714C0) is known color: Medium Blue. HEX triplet: 07, 14 and C0. RGB value is (7,20,192). Sum of RGB (Red+Green+Blue) = 7+20+192=219 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.20% from 219); Green value is 20 (8.20% from 255 or 9.13% from 219); Blue value is 192 (75.39% from 255 or 87.67% from 219); Max value from RGB is 192 - color contains mainly: blue. Hex color #0714C0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0714C0 is #F8EB3F. Grayscale: #232323. Windows color (decimal): -16313152 or 12588039. OLE color: 12588039.

HSL color Cylindrical-coordinate representation of color #0714C0: hue angle of 235.78º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0714C0 is Cyan = 0.96, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 7 20 192 -
CMYK 0.96 0.90 0 0.25
HSL 235.78º 0.93% 0.39% -
HSV(B) 235.78º 0.96% 0.75% -
XYZ 9.85 4.35 50.19 -
YUV 35.72 216.19 107.51 -
System Red Green Blue C M Y K H S L
Decimal 7 20 192 0.96 0.90 0 0.25 235.78 0.93 0.39
Hex 7 14 C0 60 5A 0 19 EC 5D 27
Octal 7 24 300 140 132 0 31 354 135 47
Binary 111 10100 11000000 1100000 1011010 0 11001 11101100 1011101 100111

Color Harmonies of #0714C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0714C0

Black with #0714C0

Text Example


Text Example

White with #0714C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0714C0; }

 p { color: rgb(7,20,192); }

 H1.HeaderClassName
 {
   color: #0714C0;
 }
 .AnyTagClassName
 {
   color: #0714C0;
 }
</style>

background-color css

<style>
 a { background-color: #0714C0; }

 a { background-color: rgb(7,20,192); }

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

border-color css

<style>
 span { border-color: #0714C0; }

 span { border-color: rgb(7,20,192); }

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