Html Css Color HEX #071CFB Blue

📋 copy color: '#071CFB'

red 7 ◦ green 28 ◦ blue 251

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

Shades of Blue #071CFB

Tints of Blue #071CFB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.79%

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

R = 2.45%
G = 9.79%
B = 87.76%

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

#071CFB (or 0x071CFB) is known color: Blue. HEX triplet: 07, 1C and FB. RGB value is (7,28,251). Sum of RGB (Red+Green+Blue) = 7+28+251=286 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.45% from 286); Green value is 28 (11.33% from 255 or 9.79% from 286); Blue value is 251 (98.44% from 255 or 87.76% from 286); Max value from RGB is 251 - color contains mainly: blue. Hex color #071CFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #071CFB is #F8E304. Grayscale: #2E2E2E. Windows color (decimal): -16311045 or 16456711. OLE color: 16456711.

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

Color convert

RGB 7 28 251 -
CMYK 0.97 0.89 0 0.02
HSL 234.84º 0.97% 0.51% -
HSV(B) 234.84º 0.97% 0.98% -
XYZ 17.92 7.84 91.84 -
YUV 47.14 243.04 99.37 -
System Red Green Blue C M Y K H S L
Decimal 7 28 251 0.97 0.89 0 0.02 234.84 0.97 0.51
Hex 7 1C FB 61 59 0 2 EB 61 33
Octal 7 34 373 141 131 0 2 353 141 63
Binary 111 11100 11111011 1100001 1011001 0 10 11101011 1100001 110011

Color Harmonies of #071CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071CFB

Black with #071CFB

Text Example


Text Example

White with #071CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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