Html Css Color HEX #011FF0 Blue

📋 copy color: '#011FF0'

red 1 ◦ green 31 ◦ blue 240

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

Shades of Blue #011FF0

Tints of Blue #011FF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 88.24%

R = 0.37%
G = 11.4%
B = 88.24%

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

#011FF0 (or 0x011FF0) is known color: Blue. HEX triplet: 01, 1F and F0. RGB value is (1,31,240). Sum of RGB (Red+Green+Blue) = 1+31+240=272 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 272); Green value is 31 (12.5% from 255 or 11.40% from 272); Blue value is 240 (94.14% from 255 or 88.24% from 272); Max value from RGB is 240 - color contains mainly: blue. Hex color #011FF0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #011FF0 is #FEE00F. Grayscale: #2C2C2C. Windows color (decimal): -16703504 or 15736577. OLE color: 15736577.

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

Color convert

RGB 1 31 240 -
CMYK 1.00 0.87 0 0.06
HSL 232.47º 0.99% 0.47% -
HSV(B) 232.47º 1% 0.94% -
XYZ 16.23 7.28 82.99 -
YUV 45.86 237.56 96.01 -
System Red Green Blue C M Y K H S L
Decimal 1 31 240 1.00 0.87 0 0.06 232.47 0.99 0.47
Hex 1 1F F0 64 57 0 6 E8 63 2F
Octal 1 37 360 144 127 0 6 350 143 57
Binary 1 11111 11110000 1100100 1010111 0 110 11101000 1100011 101111

Color Harmonies of #011FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011FF0

Black with #011FF0

Text Example


Text Example

White with #011FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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