Html Css Color HEX #011FFA Blue

📋 copy color: '#011FFA'

red 1 ◦ green 31 ◦ blue 250

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

Shades of Blue #011FFA

Tints of Blue #011FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 88.65%

R = 0.35%
G = 10.99%
B = 88.65%

CMYK

 C value IS 1.00

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#011FFA (or 0x011FFA) is known color: Blue. HEX triplet: 01, 1F and FA. RGB value is (1,31,250). Sum of RGB (Red+Green+Blue) = 1+31+250=282 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 282); Green value is 31 (12.5% from 255 or 10.99% from 282); Blue value is 250 (98.05% from 255 or 88.65% from 282); Max value from RGB is 250 - color contains mainly: blue. Hex color #011FFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #011FFA is #FEE005. Grayscale: #2E2E2E. Windows color (decimal): -16703494 or 16391937. OLE color: 16391937.

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

Color convert

RGB 1 31 250 -
CMYK 1.00 0.88 0 0.02
HSL 232.77º 0.99% 0.49% -
HSV(B) 232.77º 1% 0.98% -
XYZ 17.76 7.89 91.03 -
YUV 47 242.56 95.19 -
System Red Green Blue C M Y K H S L
Decimal 1 31 250 1.00 0.88 0 0.02 232.77 0.99 0.49
Hex 1 1F FA 64 58 0 2 E9 63 31
Octal 1 37 372 144 130 0 2 351 143 61
Binary 1 11111 11111010 1100100 1011000 0 10 11101001 1100011 110001

Color Harmonies of #011FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011FFA

Black with #011FFA

Text Example


Text Example

White with #011FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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