Html Css Color HEX #071DFE Blue

📋 copy color: '#071DFE'

red 7 ◦ green 29 ◦ blue 254

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

Shades of Blue #071DFE

Tints of Blue #071DFE

RGB

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

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

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

R = 2.41%
G = 10%
B = 87.59%

CMYK

 C value IS 0.97

 M value IS 0.89

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#071DFE (or 0x071DFE) is known color: Blue. HEX triplet: 07, 1D and FE. RGB value is (7,29,254). Sum of RGB (Red+Green+Blue) = 7+29+254=290 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.41% from 290); Green value is 29 (11.72% from 255 or 10% from 290); Blue value is 254 (99.61% from 255 or 87.59% from 290); Max value from RGB is 254 - color contains mainly: blue. Hex color #071DFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #071DFE is #F8E201. Grayscale: #2F2F2F. Windows color (decimal): -16310786 or 16653575. OLE color: 16653575.

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

Color convert

RGB 7 29 254 -
CMYK 0.97 0.89 0 0.00
HSL 234.66º 0.99% 0.51% -
HSV(B) 234.66º 0.97% 1% -
XYZ 18.42 8.08 94.35 -
YUV 48.07 244.21 98.7 -
System Red Green Blue C M Y K H S L
Decimal 7 29 254 0.97 0.89 0 0.00 234.66 0.99 0.51
Hex 7 1D FE 61 59 0 0 EB 63 33
Octal 7 35 376 141 131 0 0 353 143 63
Binary 111 11101 11111110 1100001 1011001 0 0 11101011 1100011 110011

Color Harmonies of #071DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071DFE

Black with #071DFE

Text Example


Text Example

White with #071DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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