Html Css Color HEX #071DDA Medium Blue

📋 copy color: '#071DDA'

red 7 ◦ green 29 ◦ blue 218

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

Shades of Medium Blue #071DDA

Tints of Medium Blue #071DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 85.83%

R = 2.76%
G = 11.42%
B = 85.83%

CMYK

 C value IS 0.97

 M value IS 0.87

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#071DDA (or 0x071DDA) is known color: Medium Blue. HEX triplet: 07, 1D and DA. RGB value is (7,29,218). Sum of RGB (Red+Green+Blue) = 7+29+218=254 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.76% from 254); Green value is 29 (11.72% from 255 or 11.42% from 254); Blue value is 218 (85.55% from 255 or 85.83% from 254); Max value from RGB is 218 - color contains mainly: blue. Hex color #071DDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #071DDA is #F8E225. Grayscale: #2B2B2B. Windows color (decimal): -16310822 or 14294279. OLE color: 14294279.

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

Color convert

RGB 7 29 218 -
CMYK 0.97 0.87 0 0.15
HSL 233.74º 0.94% 0.44% -
HSV(B) 233.74º 0.97% 0.85% -
XYZ 13.18 5.99 66.79 -
YUV 43.97 226.21 101.63 -
System Red Green Blue C M Y K H S L
Decimal 7 29 218 0.97 0.87 0 0.15 233.74 0.94 0.44
Hex 7 1D DA 61 57 0 F EA 5E 2C
Octal 7 35 332 141 127 0 17 352 136 54
Binary 111 11101 11011010 1100001 1010111 0 1111 11101010 1011110 101100

Color Harmonies of #071DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071DDA

Black with #071DDA

Text Example


Text Example

White with #071DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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