Html Css Color HEX #071FDD Medium Blue

📋 copy color: '#071FDD'

red 7 ◦ green 31 ◦ blue 221

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

Shades of Medium Blue #071FDD

Tints of Medium Blue #071FDD

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.97%

 BLUE value IS 221 (86.72% from 255) = 85.33%

R = 2.7%
G = 11.97%
B = 85.33%

CMYK

 C value IS 0.97

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#071FDD (or 0x071FDD) is known color: Medium Blue. HEX triplet: 07, 1F and DD. RGB value is (7,31,221). Sum of RGB (Red+Green+Blue) = 7+31+221=259 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.70% from 259); Green value is 31 (12.5% from 255 or 11.97% from 259); Blue value is 221 (86.72% from 255 or 85.33% from 259); Max value from RGB is 221 - color contains mainly: blue. Hex color #071FDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #071FDD is #F8E022. Grayscale: #2C2C2C. Windows color (decimal): -16310307 or 14491399. OLE color: 14491399.

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

Color convert

RGB 7 31 221 -
CMYK 0.97 0.86 0 0.13
HSL 233.27º 0.94% 0.45% -
HSV(B) 233.27º 0.97% 0.87% -
XYZ 13.63 6.25 68.89 -
YUV 45.48 227.05 100.55 -
System Red Green Blue C M Y K H S L
Decimal 7 31 221 0.97 0.86 0 0.13 233.27 0.94 0.45
Hex 7 1F DD 61 56 0 D E9 5E 2D
Octal 7 37 335 141 126 0 15 351 136 55
Binary 111 11111 11011101 1100001 1010110 0 1101 11101001 1011110 101101

Color Harmonies of #071FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071FDD

Black with #071FDD

Text Example


Text Example

White with #071FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,31,221); }

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

background-color css

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

 a { background-color: rgb(7,31,221); }

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

border-color css

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

 span { border-color: rgb(7,31,221); }

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