Html Css Color HEX #011FF8 Blue

📋 copy color: '#011FF8'

red 1 ◦ green 31 ◦ blue 248

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

Shades of Blue #011FF8

Tints of Blue #011FF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 88.57%

R = 0.36%
G = 11.07%
B = 88.57%

CMYK

 C value IS 1.00

 M value IS 0.88

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#011FF8 (or 0x011FF8) is known color: Blue. HEX triplet: 01, 1F and F8. RGB value is (1,31,248). Sum of RGB (Red+Green+Blue) = 1+31+248=280 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 280); Green value is 31 (12.5% from 255 or 11.07% from 280); Blue value is 248 (97.27% from 255 or 88.57% from 280); Max value from RGB is 248 - color contains mainly: blue. Hex color #011FF8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #011FF8 is #FEE007. Grayscale: #2D2D2D. Windows color (decimal): -16703496 or 16260865. OLE color: 16260865.

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

Color convert

RGB 1 31 248 -
CMYK 1.00 0.88 0 0.03
HSL 232.71º 0.99% 0.49% -
HSV(B) 232.71º 1% 0.97% -
XYZ 17.45 7.76 89.39 -
YUV 46.77 241.56 95.36 -
System Red Green Blue C M Y K H S L
Decimal 1 31 248 1.00 0.88 0 0.03 232.71 0.99 0.49
Hex 1 1F F8 64 58 0 3 E9 63 31
Octal 1 37 370 144 130 0 3 351 143 61
Binary 1 11111 11111000 1100100 1011000 0 11 11101001 1100011 110001

Color Harmonies of #011FF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011FF8

Black with #011FF8

Text Example


Text Example

White with #011FF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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