Html Css Color HEX #071CCB Medium Blue

📋 copy color: '#071CCB'

red 7 ◦ green 28 ◦ blue 203

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

Shades of Medium Blue #071CCB

Tints of Medium Blue #071CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 85.29%

R = 2.94%
G = 11.76%
B = 85.29%

CMYK

 C value IS 0.97

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#071CCB (or 0x071CCB) is known color: Medium Blue. HEX triplet: 07, 1C and CB. RGB value is (7,28,203). Sum of RGB (Red+Green+Blue) = 7+28+203=238 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.94% from 238); Green value is 28 (11.33% from 255 or 11.76% from 238); Blue value is 203 (79.69% from 255 or 85.29% from 238); Max value from RGB is 203 - color contains mainly: blue. Hex color #071CCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #071CCB is #F8E334. Grayscale: #282828. Windows color (decimal): -16311093 or 13310983. OLE color: 13310983.

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

Color convert

RGB 7 28 203 -
CMYK 0.97 0.86 0 0.20
HSL 233.57º 0.93% 0.41% -
HSV(B) 233.57º 0.97% 0.8% -
XYZ 11.28 5.19 56.91 -
YUV 41.67 219.04 103.27 -
System Red Green Blue C M Y K H S L
Decimal 7 28 203 0.97 0.86 0 0.20 233.57 0.93 0.41
Hex 7 1C CB 61 56 0 14 EA 5D 29
Octal 7 34 313 141 126 0 24 352 135 51
Binary 111 11100 11001011 1100001 1010110 0 10100 11101010 1011101 101001

Color Harmonies of #071CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071CCB

Black with #071CCB

Text Example


Text Example

White with #071CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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