Html Css Color HEX #071DF9 Blue

📋 copy color: '#071DF9'

red 7 ◦ green 29 ◦ blue 249

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

Shades of Blue #071DF9

Tints of Blue #071DF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 87.37%

R = 2.46%
G = 10.18%
B = 87.37%

CMYK

 C value IS 0.97

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#071DF9 (or 0x071DF9) is known color: Blue. HEX triplet: 07, 1D and F9. RGB value is (7,29,249). Sum of RGB (Red+Green+Blue) = 7+29+249=285 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.46% from 285); Green value is 29 (11.72% from 255 or 10.18% from 285); Blue value is 249 (97.66% from 255 or 87.37% from 285); Max value from RGB is 249 - color contains mainly: blue. Hex color #071DF9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #071DF9 is #F8E206. Grayscale: #2E2E2E. Windows color (decimal): -16310791 or 16325895. OLE color: 16325895.

HSL color Cylindrical-coordinate representation of color #071DF9: hue angle of 234.55º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #071DF9 is Cyan = 0.97, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 7 29 249 -
CMYK 0.97 0.88 0 0.02
HSL 234.55º 0.95% 0.5% -
HSV(B) 234.55º 0.97% 0.98% -
XYZ 17.63 7.76 90.19 -
YUV 47.5 241.71 99.11 -
System Red Green Blue C M Y K H S L
Decimal 7 29 249 0.97 0.88 0 0.02 234.55 0.95 0.5
Hex 7 1D F9 61 58 0 2 EB 5F 32
Octal 7 35 371 141 130 0 2 353 137 62
Binary 111 11101 11111001 1100001 1011000 0 10 11101011 1011111 110010

Color Harmonies of #071DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071DF9

Black with #071DF9

Text Example


Text Example

White with #071DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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