Html Css Color HEX #071CDB Medium Blue

📋 copy color: '#071CDB'

red 7 ◦ green 28 ◦ blue 219

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

Shades of Medium Blue #071CDB

Tints of Medium Blue #071CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 86.22%

R = 2.76%
G = 11.02%
B = 86.22%

CMYK

 C value IS 0.97

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#071CDB (or 0x071CDB) is known color: Medium Blue. HEX triplet: 07, 1C and DB. RGB value is (7,28,219). Sum of RGB (Red+Green+Blue) = 7+28+219=254 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.76% from 254); Green value is 28 (11.33% from 255 or 11.02% from 254); Blue value is 219 (85.94% from 255 or 86.22% from 254); Max value from RGB is 219 - color contains mainly: blue. Hex color #071CDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #071CDB is #F8E324. Grayscale: #2A2A2A. Windows color (decimal): -16311077 or 14359559. OLE color: 14359559.

HSL color Cylindrical-coordinate representation of color #071CDB: hue angle of 234.06º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #071CDB is Cyan = 0.97, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 7 28 219 -
CMYK 0.97 0.87 0 0.14
HSL 234.06º 0.94% 0.44% -
HSV(B) 234.06º 0.97% 0.86% -
XYZ 13.29 5.99 67.47 -
YUV 43.5 227.04 101.97 -
System Red Green Blue C M Y K H S L
Decimal 7 28 219 0.97 0.87 0 0.14 234.06 0.94 0.44
Hex 7 1C DB 61 57 0 E EA 5E 2C
Octal 7 34 333 141 127 0 16 352 136 54
Binary 111 11100 11011011 1100001 1010111 0 1110 11101010 1011110 101100

Color Harmonies of #071CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071CDB

Black with #071CDB

Text Example


Text Example

White with #071CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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