Html Css Color HEX #071BFF Blue

📋 copy color: '#071BFF'

red 7 ◦ green 27 ◦ blue 255

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

Shades of Blue #071BFF

Tints of Blue #071BFF

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.34%

 BLUE value IS 255 (100% from 255) = 88.24%

R = 2.42%
G = 9.34%
B = 88.24%

CMYK

 C value IS 0.97

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#071BFF (or 0x071BFF) is known color: Blue. HEX triplet: 07, 1B and FF. RGB value is (7,27,255). Sum of RGB (Red+Green+Blue) = 7+27+255=289 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.42% from 289); Green value is 27 (10.94% from 255 or 9.34% from 289); Blue value is 255 (100% from 255 or 88.24% from 289); Max value from RGB is 255 - color contains mainly: blue. Hex color #071BFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #071BFF is #F8E400. Grayscale: #2E2E2E. Windows color (decimal): -16311297 or 16718599. OLE color: 16718599.

HSL color Cylindrical-coordinate representation of color #071BFF: hue angle of 235.16º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #071BFF is Cyan = 0.97, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 7 27 255 -
CMYK 0.97 0.89 0 0
HSL 235.16º 1% 0.51% -
HSV(B) 235.16º 0.97% 1% -
XYZ 18.53 8.05 95.18 -
YUV 47.01 245.37 99.46 -
System Red Green Blue C M Y K H S L
Decimal 7 27 255 0.97 0.89 0 0 235.16 1 0.51
Hex 7 1B FF 61 59 0 0 EB 64 33
Octal 7 33 377 141 131 0 0 353 144 63
Binary 111 11011 11111111 1100001 1011001 0 0 11101011 1100100 110011

Color Harmonies of #071BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071BFF

Black with #071BFF

Text Example


Text Example

White with #071BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,27,255); }

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

background-color css

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

 a { background-color: rgb(7,27,255); }

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

border-color css

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

 span { border-color: rgb(7,27,255); }

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