Html Css Color HEX #0714DC Medium Blue

📋 copy color: '#0714DC'

red 7 ◦ green 20 ◦ blue 220

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

Shades of Medium Blue #0714DC

Tints of Medium Blue #0714DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 89.07%

R = 2.83%
G = 8.1%
B = 89.07%

CMYK

 C value IS 0.97

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0714DC (or 0x0714DC) is known color: Medium Blue. HEX triplet: 07, 14 and DC. RGB value is (7,20,220). Sum of RGB (Red+Green+Blue) = 7+20+220=247 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.83% from 247); Green value is 20 (8.20% from 255 or 8.10% from 247); Blue value is 220 (86.33% from 255 or 89.07% from 247); Max value from RGB is 220 - color contains mainly: blue. Hex color #0714DC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0714DC is #F8EB23. Grayscale: #262626. Windows color (decimal): -16313124 or 14423047. OLE color: 14423047.

HSL color Cylindrical-coordinate representation of color #0714DC: hue angle of 236.34º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0714DC is Cyan = 0.97, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 7 20 220 -
CMYK 0.97 0.91 0 0.14
HSL 236.34º 0.94% 0.45% -
HSV(B) 236.34º 0.97% 0.86% -
XYZ 13.26 5.71 68.11 -
YUV 38.91 230.19 105.24 -
System Red Green Blue C M Y K H S L
Decimal 7 20 220 0.97 0.91 0 0.14 236.34 0.94 0.45
Hex 7 14 DC 61 5B 0 E EC 5E 2D
Octal 7 24 334 141 133 0 16 354 136 55
Binary 111 10100 11011100 1100001 1011011 0 1110 11101100 1011110 101101

Color Harmonies of #0714DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0714DC

Black with #0714DC

Text Example


Text Example

White with #0714DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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