Html Css Color HEX #011EF7 Blue

📋 copy color: '#011EF7'

red 1 ◦ green 30 ◦ blue 247

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

Shades of Blue #011EF7

Tints of Blue #011EF7

RGB

 RED value IS 1 (0.78% from 255) = 0.36%

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

 BLUE value IS 247 (96.88% from 255) = 88.85%

R = 0.36%
G = 10.79%
B = 88.85%

CMYK

 C value IS 1.00

 M value IS 0.88

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#011EF7 (or 0x011EF7) is known color: Blue. HEX triplet: 01, 1E and F7. RGB value is (1,30,247). Sum of RGB (Red+Green+Blue) = 1+30+247=278 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 278); Green value is 30 (12.11% from 255 or 10.79% from 278); Blue value is 247 (96.88% from 255 or 88.85% from 278); Max value from RGB is 247 - color contains mainly: blue. Hex color #011EF7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #011EF7 is #FEE108. Grayscale: #2D2D2D. Windows color (decimal): -16703753 or 16195073. OLE color: 16195073.

HSL color Cylindrical-coordinate representation of color #011EF7: hue angle of 232.93º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #011EF7 is Cyan = 1.00, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 1 30 247 -
CMYK 1.00 0.88 0 0.03
HSL 232.93º 0.99% 0.49% -
HSV(B) 232.93º 1% 0.97% -
XYZ 17.27 7.65 88.56 -
YUV 46.07 241.39 95.86 -
System Red Green Blue C M Y K H S L
Decimal 1 30 247 1.00 0.88 0 0.03 232.93 0.99 0.49
Hex 1 1E F7 64 58 0 3 E9 63 31
Octal 1 36 367 144 130 0 3 351 143 61
Binary 1 11110 11110111 1100100 1011000 0 11 11101001 1100011 110001

Color Harmonies of #011EF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011EF7

Black with #011EF7

Text Example


Text Example

White with #011EF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011EF7; }

 p { color: rgb(1,30,247); }

 H1.HeaderClassName
 {
   color: #011EF7;
 }
 .AnyTagClassName
 {
   color: #011EF7;
 }
</style>

background-color css

<style>
 a { background-color: #011EF7; }

 a { background-color: rgb(1,30,247); }

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

border-color css

<style>
 span { border-color: #011EF7; }

 span { border-color: rgb(1,30,247); }

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