Html Css Color HEX #071AF8 Blue

📋 copy color: '#071AF8'

red 7 ◦ green 26 ◦ blue 248

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

Shades of Blue #071AF8

Tints of Blue #071AF8

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.25%

 BLUE value IS 248 (97.27% from 255) = 88.26%

R = 2.49%
G = 9.25%
B = 88.26%

CMYK

 C value IS 0.97

 M value IS 0.90

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#071AF8 (or 0x071AF8) is known color: Blue. HEX triplet: 07, 1A and F8. RGB value is (7,26,248). Sum of RGB (Red+Green+Blue) = 7+26+248=281 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.49% from 281); Green value is 26 (10.55% from 255 or 9.25% from 281); Blue value is 248 (97.27% from 255 or 88.26% from 281); Max value from RGB is 248 - color contains mainly: blue. Hex color #071AF8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #071AF8 is #F8E507. Grayscale: #2C2C2C. Windows color (decimal): -16311560 or 16259591. OLE color: 16259591.

HSL color Cylindrical-coordinate representation of color #071AF8: hue angle of 235.27º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #071AF8 is Cyan = 0.97, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 7 26 248 -
CMYK 0.97 0.90 0 0.03
HSL 235.27º 0.95% 0.5% -
HSV(B) 235.27º 0.97% 0.97% -
XYZ 17.4 7.56 89.35 -
YUV 45.63 242.21 100.45 -
System Red Green Blue C M Y K H S L
Decimal 7 26 248 0.97 0.90 0 0.03 235.27 0.95 0.5
Hex 7 1A F8 61 5A 0 3 EB 5F 32
Octal 7 32 370 141 132 0 3 353 137 62
Binary 111 11010 11111000 1100001 1011010 0 11 11101011 1011111 110010

Color Harmonies of #071AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071AF8

Black with #071AF8

Text Example


Text Example

White with #071AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,26,248); }

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

background-color css

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

 a { background-color: rgb(7,26,248); }

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

border-color css

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

 span { border-color: rgb(7,26,248); }

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