Html Css Color HEX #071BCC Medium Blue

📋 copy color: '#071BCC'

red 7 ◦ green 27 ◦ blue 204

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

Shades of Medium Blue #071BCC

Tints of Medium Blue #071BCC

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.34%

 BLUE value IS 204 (80.08% from 255) = 85.71%

R = 2.94%
G = 11.34%
B = 85.71%

CMYK

 C value IS 0.97

 M value IS 0.87

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#071BCC (or 0x071BCC) is known color: Medium Blue. HEX triplet: 07, 1B and CC. RGB value is (7,27,204). Sum of RGB (Red+Green+Blue) = 7+27+204=238 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.94% from 238); Green value is 27 (10.94% from 255 or 11.34% from 238); Blue value is 204 (80.08% from 255 or 85.71% from 238); Max value from RGB is 204 - color contains mainly: blue. Hex color #071BCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #071BCC is #F8E433. Grayscale: #282828. Windows color (decimal): -16311348 or 13376263. OLE color: 13376263.

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

Color convert

RGB 7 27 204 -
CMYK 0.97 0.87 0 0.2
HSL 233.91º 0.93% 0.41% -
HSV(B) 233.91º 0.97% 0.8% -
XYZ 11.38 5.19 57.53 -
YUV 41.2 219.87 103.61 -
System Red Green Blue C M Y K H S L
Decimal 7 27 204 0.97 0.87 0 0.2 233.91 0.93 0.41
Hex 7 1B CC 61 57 0 14 EA 5D 29
Octal 7 33 314 141 127 0 24 352 135 51
Binary 111 11011 11001100 1100001 1010111 0 10100 11101010 1011101 101001

Color Harmonies of #071BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071BCC

Black with #071BCC

Text Example


Text Example

White with #071BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,27,204); }

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

background-color css

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

 a { background-color: rgb(7,27,204); }

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

border-color css

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

 span { border-color: rgb(7,27,204); }

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