Html Css Color HEX #011FEF Blue

📋 copy color: '#011FEF'

red 1 ◦ green 31 ◦ blue 239

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

Shades of Blue #011FEF

Tints of Blue #011FEF

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.44%

 BLUE value IS 239 (93.75% from 255) = 88.19%

R = 0.37%
G = 11.44%
B = 88.19%

CMYK

 C value IS 1.00

 M value IS 0.87

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#011FEF (or 0x011FEF) is known color: Blue. HEX triplet: 01, 1F and EF. RGB value is (1,31,239). Sum of RGB (Red+Green+Blue) = 1+31+239=271 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 271); Green value is 31 (12.5% from 255 or 11.44% from 271); Blue value is 239 (93.75% from 255 or 88.19% from 271); Max value from RGB is 239 - color contains mainly: blue. Hex color #011FEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #011FEF is #FEE010. Grayscale: #2C2C2C. Windows color (decimal): -16703505 or 15671041. OLE color: 15671041.

HSL color Cylindrical-coordinate representation of color #011FEF: hue angle of 232.44º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #011FEF is Cyan = 1.00, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 1 31 239 -
CMYK 1.00 0.87 0 0.06
HSL 232.44º 0.99% 0.47% -
HSV(B) 232.44º 1% 0.94% -
XYZ 16.08 7.22 82.21 -
YUV 45.74 237.06 96.09 -
System Red Green Blue C M Y K H S L
Decimal 1 31 239 1.00 0.87 0 0.06 232.44 0.99 0.47
Hex 1 1F EF 64 57 0 6 E8 63 2F
Octal 1 37 357 144 127 0 6 350 143 57
Binary 1 11111 11101111 1100100 1010111 0 110 11101000 1100011 101111

Color Harmonies of #011FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011FEF

Black with #011FEF

Text Example


Text Example

White with #011FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,31,239); }

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

background-color css

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

 a { background-color: rgb(1,31,239); }

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

border-color css

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

 span { border-color: rgb(1,31,239); }

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