#0714CA

Color #0714CA Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #0714CA

Tints of Medium Blue #0714CA

Color information

#0714CA (or 0x0714CA) is unknown color: approx Medium Blue. HEX triplet: 07, 14 and CA. RGB value is (7,20,202). Sum of RGB (Red+Green+Blue) = 7+20+202=229 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.06% from 229); Green value is 20 (8.20% from 255 or 8.73% from 229); Blue value is 202 (79.30% from 255 or 88.21% from 229); Max value from RGB is 202 - color contains mainly: blue. Hex color #0714CA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0714CA is #F8EB35. Grayscale: #242424. Windows color (decimal): -16313142 or 13243399. OLE color: 13243399.

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

Color convert

RGB720202-
CMYK0.970.9000.21
HSL236º93.3%40.98%-
HSV(B)236º96.53%79.22%-
XYZ114.8156.23-
YUV36.86221.19106.7-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.06%
GREEN value IS 20 (8.20% from 255) = 8.73%
BLUE value IS 202 (79.30% from 255) = 88.21%
R=3.06%
G=8.73%
B=88.21%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal7202020.970.9000.2123693.340.98
Hex714CA615A015ec5d29
Octal72431214113202535413551
Binary111101001100101011000011011010010101111011001011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0714CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0714CA;
 }
 .AnyTagClassName
 {
   color: #0714CA;
 }
</style>
background-color css

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

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

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

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

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

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