Html Css Color HEX #071CCA Medium Blue

📋 copy color: '#071CCA'

red 7 ◦ green 28 ◦ blue 202

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

Shades of Medium Blue #071CCA

Tints of Medium Blue #071CCA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.81%

 BLUE value IS 202 (79.3% from 255) = 85.23%

R = 2.95%
G = 11.81%
B = 85.23%

CMYK

 C value IS 0.97

 M value IS 0.86

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#071CCA (or 0x071CCA) is known color: Medium Blue. HEX triplet: 07, 1C and CA. RGB value is (7,28,202). Sum of RGB (Red+Green+Blue) = 7+28+202=237 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.95% from 237); Green value is 28 (11.33% from 255 or 11.81% from 237); Blue value is 202 (79.30% from 255 or 85.23% from 237); Max value from RGB is 202 - color contains mainly: blue. Hex color #071CCA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #071CCA is #F8E335. Grayscale: #282828. Windows color (decimal): -16311094 or 13245447. OLE color: 13245447.

HSL color Cylindrical-coordinate representation of color #071CCA: hue angle of 233.54º 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 #071CCA is Cyan = 0.97, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 7 28 202 -
CMYK 0.97 0.86 0 0.21
HSL 233.54º 0.93% 0.41% -
HSV(B) 233.54º 0.97% 0.79% -
XYZ 11.16 5.14 56.28 -
YUV 41.56 218.54 103.35 -
System Red Green Blue C M Y K H S L
Decimal 7 28 202 0.97 0.86 0 0.21 233.54 0.93 0.41
Hex 7 1C CA 61 56 0 15 EA 5D 29
Octal 7 34 312 141 126 0 25 352 135 51
Binary 111 11100 11001010 1100001 1010110 0 10101 11101010 1011101 101001

Color Harmonies of #071CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071CCA

Black with #071CCA

Text Example


Text Example

White with #071CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071CCA; }

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

 H1.HeaderClassName
 {
   color: #071CCA;
 }
 .AnyTagClassName
 {
   color: #071CCA;
 }
</style>

background-color css

<style>
 a { background-color: #071CCA; }

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

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

border-color css

<style>
 span { border-color: #071CCA; }

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

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