Html Css Color HEX #071DFB Blue

📋 copy color: '#071DFB'

red 7 ◦ green 29 ◦ blue 251

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

Shades of Blue #071DFB

Tints of Blue #071DFB

RGB

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

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

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

R = 2.44%
G = 10.1%
B = 87.46%

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

#071DFB (or 0x071DFB) is known color: Blue. HEX triplet: 07, 1D and FB. RGB value is (7,29,251). Sum of RGB (Red+Green+Blue) = 7+29+251=287 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.44% from 287); Green value is 29 (11.72% from 255 or 10.10% from 287); Blue value is 251 (98.44% from 255 or 87.46% from 287); Max value from RGB is 251 - color contains mainly: blue. Hex color #071DFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #071DFB is #F8E204. Grayscale: #2E2E2E. Windows color (decimal): -16310789 or 16456967. OLE color: 16456967.

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

Color convert

RGB 7 29 251 -
CMYK 0.97 0.88 0 0.02
HSL 234.59º 0.97% 0.51% -
HSV(B) 234.59º 0.97% 0.98% -
XYZ 17.94 7.89 91.84 -
YUV 47.73 242.71 98.95 -
System Red Green Blue C M Y K H S L
Decimal 7 29 251 0.97 0.88 0 0.02 234.59 0.97 0.51
Hex 7 1D FB 61 58 0 2 EB 61 33
Octal 7 35 373 141 130 0 2 353 141 63
Binary 111 11101 11111011 1100001 1011000 0 10 11101011 1100001 110011

Color Harmonies of #071DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071DFB

Black with #071DFB

Text Example


Text Example

White with #071DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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