Html Css Color HEX #071BFB Blue

📋 copy color: '#071BFB'

red 7 ◦ green 27 ◦ blue 251

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

Shades of Blue #071BFB

Tints of Blue #071BFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 88.07%

R = 2.46%
G = 9.47%
B = 88.07%

CMYK

 C value IS 0.97

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#071BFB (or 0x071BFB) is known color: Blue. HEX triplet: 07, 1B and FB. RGB value is (7,27,251). Sum of RGB (Red+Green+Blue) = 7+27+251=285 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.46% from 285); Green value is 27 (10.94% from 255 or 9.47% from 285); Blue value is 251 (98.44% from 255 or 88.07% from 285); Max value from RGB is 251 - color contains mainly: blue. Hex color #071BFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #071BFB is #F8E404. Grayscale: #2D2D2D. Windows color (decimal): -16311301 or 16456455. OLE color: 16456455.

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

Color convert

RGB 7 27 251 -
CMYK 0.97 0.89 0 0.02
HSL 235.08º 0.97% 0.51% -
HSV(B) 235.08º 0.97% 0.98% -
XYZ 17.89 7.79 91.83 -
YUV 46.56 243.37 99.79 -
System Red Green Blue C M Y K H S L
Decimal 7 27 251 0.97 0.89 0 0.02 235.08 0.97 0.51
Hex 7 1B FB 61 59 0 2 EB 61 33
Octal 7 33 373 141 131 0 2 353 141 63
Binary 111 11011 11111011 1100001 1011001 0 10 11101011 1100001 110011

Color Harmonies of #071BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071BFB

Black with #071BFB

Text Example


Text Example

White with #071BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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