Html Css Color HEX #071DDB Medium Blue

📋 copy color: '#071DDB'

red 7 ◦ green 29 ◦ blue 219

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

Shades of Medium Blue #071DDB

Tints of Medium Blue #071DDB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.37%

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

R = 2.75%
G = 11.37%
B = 85.88%

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

#071DDB (or 0x071DDB) is known color: Medium Blue. HEX triplet: 07, 1D and DB. RGB value is (7,29,219). Sum of RGB (Red+Green+Blue) = 7+29+219=255 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.75% from 255); Green value is 29 (11.72% from 255 or 11.37% from 255); Blue value is 219 (85.94% from 255 or 85.88% from 255); Max value from RGB is 219 - color contains mainly: blue. Hex color #071DDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #071DDB is #F8E224. Grayscale: #2B2B2B. Windows color (decimal): -16310821 or 14359815. OLE color: 14359815.

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

Color convert

RGB 7 29 219 -
CMYK 0.97 0.87 0 0.14
HSL 233.77º 0.94% 0.44% -
HSV(B) 233.77º 0.97% 0.86% -
XYZ 13.31 6.04 67.48 -
YUV 44.08 226.71 101.55 -
System Red Green Blue C M Y K H S L
Decimal 7 29 219 0.97 0.87 0 0.14 233.77 0.94 0.44
Hex 7 1D DB 61 57 0 E EA 5E 2C
Octal 7 35 333 141 127 0 16 352 136 54
Binary 111 11101 11011011 1100001 1010111 0 1110 11101010 1011110 101100

Color Harmonies of #071DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071DDB

Black with #071DDB

Text Example


Text Example

White with #071DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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