Html Css Color HEX #011CF7 Blue

📋 copy color: '#011CF7'

red 1 ◦ green 28 ◦ blue 247

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

Shades of Blue #011CF7

Tints of Blue #011CF7

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.14%

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

R = 0.36%
G = 10.14%
B = 89.49%

CMYK

 C value IS 1.00

 M value IS 0.89

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#011CF7 (or 0x011CF7) is known color: Blue. HEX triplet: 01, 1C and F7. RGB value is (1,28,247). Sum of RGB (Red+Green+Blue) = 1+28+247=276 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 276); Green value is 28 (11.33% from 255 or 10.14% from 276); Blue value is 247 (96.88% from 255 or 89.49% from 276); Max value from RGB is 247 - color contains mainly: blue. Hex color #011CF7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #011CF7 is #FEE308. Grayscale: #2B2B2B. Windows color (decimal): -16704265 or 16194561. OLE color: 16194561.

HSL color Cylindrical-coordinate representation of color #011CF7: hue angle of 233.41º 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 #011CF7 is Cyan = 1.00, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 1 28 247 -
CMYK 1.00 0.89 0 0.03
HSL 233.41º 0.99% 0.49% -
HSV(B) 233.41º 1% 0.97% -
XYZ 17.22 7.55 88.55 -
YUV 44.89 242.05 96.69 -
System Red Green Blue C M Y K H S L
Decimal 1 28 247 1.00 0.89 0 0.03 233.41 0.99 0.49
Hex 1 1C F7 64 59 0 3 E9 63 31
Octal 1 34 367 144 131 0 3 351 143 61
Binary 1 11100 11110111 1100100 1011001 0 11 11101001 1100011 110001

Color Harmonies of #011CF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011CF7

Black with #011CF7

Text Example


Text Example

White with #011CF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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