Html Css Color HEX #0716CC Medium Blue

📋 copy color: '#0716CC'

red 7 ◦ green 22 ◦ blue 204

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

Shades of Medium Blue #0716CC

Tints of Medium Blue #0716CC

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.44%

 BLUE value IS 204 (80.08% from 255) = 87.55%

R = 3%
G = 9.44%
B = 87.55%

CMYK

 C value IS 0.97

 M value IS 0.89

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0716CC (or 0x0716CC) is known color: Medium Blue. HEX triplet: 07, 16 and CC. RGB value is (7,22,204). Sum of RGB (Red+Green+Blue) = 7+22+204=233 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.00% from 233); Green value is 22 (8.98% from 255 or 9.44% from 233); Blue value is 204 (80.08% from 255 or 87.55% from 233); Max value from RGB is 204 - color contains mainly: blue. Hex color #0716CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0716CC is #F8E933. Grayscale: #252525. Windows color (decimal): -16312628 or 13374983. OLE color: 13374983.

HSL color Cylindrical-coordinate representation of color #0716CC: hue angle of 235.43º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0716CC is Cyan = 0.97, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 7 22 204 -
CMYK 0.97 0.89 0 0.2
HSL 235.43º 0.93% 0.41% -
HSV(B) 235.43º 0.97% 0.8% -
XYZ 11.27 4.98 57.49 -
YUV 38.26 221.53 105.7 -
System Red Green Blue C M Y K H S L
Decimal 7 22 204 0.97 0.89 0 0.2 235.43 0.93 0.41
Hex 7 16 CC 61 59 0 14 EB 5D 29
Octal 7 26 314 141 131 0 24 353 135 51
Binary 111 10110 11001100 1100001 1011001 0 10100 11101011 1011101 101001

Color Harmonies of #0716CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0716CC

Black with #0716CC

Text Example


Text Example

White with #0716CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0716CC; }

 p { color: rgb(7,22,204); }

 H1.HeaderClassName
 {
   color: #0716CC;
 }
 .AnyTagClassName
 {
   color: #0716CC;
 }
</style>

background-color css

<style>
 a { background-color: #0716CC; }

 a { background-color: rgb(7,22,204); }

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

border-color css

<style>
 span { border-color: #0716CC; }

 span { border-color: rgb(7,22,204); }

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