Html Css Color HEX #011EFA Blue

📋 copy color: '#011EFA'

red 1 ◦ green 30 ◦ blue 250

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

Shades of Blue #011EFA

Tints of Blue #011EFA

RGB

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

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

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

R = 0.36%
G = 10.68%
B = 88.97%

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

#011EFA (or 0x011EFA) is known color: Blue. HEX triplet: 01, 1E and FA. RGB value is (1,30,250). Sum of RGB (Red+Green+Blue) = 1+30+250=281 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 281); Green value is 30 (12.11% from 255 or 10.68% from 281); Blue value is 250 (98.05% from 255 or 88.97% from 281); Max value from RGB is 250 - color contains mainly: blue. Hex color #011EFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #011EFA is #FEE105. Grayscale: #2D2D2D. Windows color (decimal): -16703750 or 16391681. OLE color: 16391681.

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

Color convert

RGB 1 30 250 -
CMYK 1.00 0.88 0 0.02
HSL 233.01º 0.99% 0.49% -
HSV(B) 233.01º 1% 0.98% -
XYZ 17.73 7.84 91.02 -
YUV 46.41 242.89 95.61 -
System Red Green Blue C M Y K H S L
Decimal 1 30 250 1.00 0.88 0 0.02 233.01 0.99 0.49
Hex 1 1E FA 64 58 0 2 E9 63 31
Octal 1 36 372 144 130 0 2 351 143 61
Binary 1 11110 11111010 1100100 1011000 0 10 11101001 1100011 110001

Color Harmonies of #011EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011EFA

Black with #011EFA

Text Example


Text Example

White with #011EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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