Html Css Color HEX #071BFD Blue

📋 copy color: '#071BFD'

red 7 ◦ green 27 ◦ blue 253

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

Shades of Blue #071BFD

Tints of Blue #071BFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 88.15%

R = 2.44%
G = 9.41%
B = 88.15%

CMYK

 C value IS 0.97

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#071BFD (or 0x071BFD) is known color: Blue. HEX triplet: 07, 1B and FD. RGB value is (7,27,253). Sum of RGB (Red+Green+Blue) = 7+27+253=287 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.44% from 287); Green value is 27 (10.94% from 255 or 9.41% from 287); Blue value is 253 (99.22% from 255 or 88.15% from 287); Max value from RGB is 253 - color contains mainly: blue. Hex color #071BFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #071BFD is #F8E402. Grayscale: #2D2D2D. Windows color (decimal): -16311299 or 16587527. OLE color: 16587527.

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

Color convert

RGB 7 27 253 -
CMYK 0.97 0.89 0 0.01
HSL 235.12º 0.98% 0.51% -
HSV(B) 235.12º 0.97% 0.99% -
XYZ 18.21 7.92 93.5 -
YUV 46.78 244.37 99.62 -
System Red Green Blue C M Y K H S L
Decimal 7 27 253 0.97 0.89 0 0.01 235.12 0.98 0.51
Hex 7 1B FD 61 59 0 1 EB 62 33
Octal 7 33 375 141 131 0 1 353 142 63
Binary 111 11011 11111101 1100001 1011001 0 1 11101011 1100010 110011

Color Harmonies of #071BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071BFD

Black with #071BFD

Text Example


Text Example

White with #071BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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