Html Css Color HEX #0714CE Medium Blue

📋 copy color: '#0714CE'

red 7 ◦ green 20 ◦ blue 206

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

Shades of Medium Blue #0714CE

Tints of Medium Blue #0714CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 88.41%

R = 3%
G = 8.58%
B = 88.41%

CMYK

 C value IS 0.97

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0714CE (or 0x0714CE) is known color: Medium Blue. HEX triplet: 07, 14 and CE. RGB value is (7,20,206). Sum of RGB (Red+Green+Blue) = 7+20+206=233 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.00% from 233); Green value is 20 (8.20% from 255 or 8.58% from 233); Blue value is 206 (80.86% from 255 or 88.41% from 233); Max value from RGB is 206 - color contains mainly: blue. Hex color #0714CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0714CE is #F8EB31. Grayscale: #242424. Windows color (decimal): -16313138 or 13505543. OLE color: 13505543.

HSL color Cylindrical-coordinate representation of color #0714CE: hue angle of 236.08º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0714CE is Cyan = 0.97, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 7 20 206 -
CMYK 0.97 0.90 0 0.19
HSL 236.08º 0.93% 0.42% -
HSV(B) 236.08º 0.97% 0.81% -
XYZ 11.48 5 58.75 -
YUV 37.32 223.19 106.38 -
System Red Green Blue C M Y K H S L
Decimal 7 20 206 0.97 0.90 0 0.19 236.08 0.93 0.42
Hex 7 14 CE 61 5A 0 13 EC 5D 2A
Octal 7 24 316 141 132 0 23 354 135 52
Binary 111 10100 11001110 1100001 1011010 0 10011 11101100 1011101 101010

Color Harmonies of #0714CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0714CE

Black with #0714CE

Text Example


Text Example

White with #0714CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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