Html Css Color HEX #071EFE Blue

📋 copy color: '#071EFE'

red 7 ◦ green 30 ◦ blue 254

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

Shades of Blue #071EFE

Tints of Blue #071EFE

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.31%

 BLUE value IS 254 (99.61% from 255) = 87.29%

R = 2.41%
G = 10.31%
B = 87.29%

CMYK

 C value IS 0.97

 M value IS 0.88

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#071EFE (or 0x071EFE) is known color: Blue. HEX triplet: 07, 1E and FE. RGB value is (7,30,254). Sum of RGB (Red+Green+Blue) = 7+30+254=291 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.41% from 291); Green value is 30 (12.11% from 255 or 10.31% from 291); Blue value is 254 (99.61% from 255 or 87.29% from 291); Max value from RGB is 254 - color contains mainly: blue. Hex color #071EFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #071EFE is #F8E101. Grayscale: #2F2F2F. Windows color (decimal): -16310530 or 16653831. OLE color: 16653831.

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

Color convert

RGB 7 30 254 -
CMYK 0.97 0.88 0 0.00
HSL 234.41º 0.99% 0.51% -
HSV(B) 234.41º 0.97% 1% -
XYZ 18.44 8.13 94.36 -
YUV 48.66 243.88 98.29 -
System Red Green Blue C M Y K H S L
Decimal 7 30 254 0.97 0.88 0 0.00 234.41 0.99 0.51
Hex 7 1E FE 61 58 0 0 EA 63 33
Octal 7 36 376 141 130 0 0 352 143 63
Binary 111 11110 11111110 1100001 1011000 0 0 11101010 1100011 110011

Color Harmonies of #071EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071EFE

Black with #071EFE

Text Example


Text Example

White with #071EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,30,254); }

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

background-color css

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

 a { background-color: rgb(7,30,254); }

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

border-color css

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

 span { border-color: rgb(7,30,254); }

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