Html Css Color HEX #010FFE Blue

📋 copy color: '#010FFE'

red 1 ◦ green 15 ◦ blue 254

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

Shades of Blue #010FFE

Tints of Blue #010FFE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.56%

 BLUE value IS 254 (99.61% from 255) = 94.07%

R = 0.37%
G = 5.56%
B = 94.07%

CMYK

 C value IS 1.00

 M value IS 0.94

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#010FFE (or 0x010FFE) is known color: Blue. HEX triplet: 01, 0F and FE. RGB value is (1,15,254). Sum of RGB (Red+Green+Blue) = 1+15+254=270 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 270); Green value is 15 (6.25% from 255 or 5.56% from 270); Blue value is 254 (99.61% from 255 or 94.07% from 270); Max value from RGB is 254 - color contains mainly: blue. Hex color #010FFE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #010FFE is #FEF001. Grayscale: #252525. Windows color (decimal): -16707586 or 16649985. OLE color: 16649985.

HSL color Cylindrical-coordinate representation of color #010FFE: hue angle of 236.68º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #010FFE is Cyan = 1.00, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 1 15 254 -
CMYK 1.00 0.94 0 0.00
HSL 236.68º 0.99% 0.5% -
HSV(B) 236.68º 1% 1% -
XYZ 18.07 7.5 94.26 -
YUV 38.06 249.86 101.57 -
System Red Green Blue C M Y K H S L
Decimal 1 15 254 1.00 0.94 0 0.00 236.68 0.99 0.5
Hex 1 F FE 64 5E 0 0 ED 63 32
Octal 1 17 376 144 136 0 0 355 143 62
Binary 1 1111 11111110 1100100 1011110 0 0 11101101 1100011 110010

Color Harmonies of #010FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010FFE

Black with #010FFE

Text Example


Text Example

White with #010FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010FFE; }

 p { color: rgb(1,15,254); }

 H1.HeaderClassName
 {
   color: #010FFE;
 }
 .AnyTagClassName
 {
   color: #010FFE;
 }
</style>

background-color css

<style>
 a { background-color: #010FFE; }

 a { background-color: rgb(1,15,254); }

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

border-color css

<style>
 span { border-color: #010FFE; }

 span { border-color: rgb(1,15,254); }

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