Html Css Color HEX #071DDE Medium Blue

📋 copy color: '#071DDE'

red 7 ◦ green 29 ◦ blue 222

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

Shades of Medium Blue #071DDE

Tints of Medium Blue #071DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 86.05%

R = 2.71%
G = 11.24%
B = 86.05%

CMYK

 C value IS 0.97

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#071DDE (or 0x071DDE) is known color: Medium Blue. HEX triplet: 07, 1D and DE. RGB value is (7,29,222). Sum of RGB (Red+Green+Blue) = 7+29+222=258 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.71% from 258); Green value is 29 (11.72% from 255 or 11.24% from 258); Blue value is 222 (87.11% from 255 or 86.05% from 258); Max value from RGB is 222 - color contains mainly: blue. Hex color #071DDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #071DDE is #F8E221. Grayscale: #2B2B2B. Windows color (decimal): -16310818 or 14556423. OLE color: 14556423.

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

Color convert

RGB 7 29 222 -
CMYK 0.97 0.87 0 0.13
HSL 233.86º 0.94% 0.45% -
HSV(B) 233.86º 0.97% 0.87% -
XYZ 13.71 6.2 69.58 -
YUV 44.42 228.21 101.31 -
System Red Green Blue C M Y K H S L
Decimal 7 29 222 0.97 0.87 0 0.13 233.86 0.94 0.45
Hex 7 1D DE 61 57 0 D EA 5E 2D
Octal 7 35 336 141 127 0 15 352 136 55
Binary 111 11101 11011110 1100001 1010111 0 1101 11101010 1011110 101101

Color Harmonies of #071DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071DDE

Black with #071DDE

Text Example


Text Example

White with #071DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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