Html Css Color HEX #013EFE Blue

📋 copy color: '#013EFE'

red 1 ◦ green 62 ◦ blue 254

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

Shades of Blue #013EFE

Tints of Blue #013EFE

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.56%

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

R = 0.32%
G = 19.56%
B = 80.13%

CMYK

 C value IS 1.00

 M value IS 0.76

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#013EFE (or 0x013EFE) is known color: Blue. HEX triplet: 01, 3E and FE. RGB value is (1,62,254). Sum of RGB (Red+Green+Blue) = 1+62+254=317 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 317); Green value is 62 (24.61% from 255 or 19.56% from 317); Blue value is 254 (99.61% from 255 or 80.13% from 317); Max value from RGB is 254 - color contains mainly: blue. Hex color #013EFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #013EFE is #FEC101. Grayscale: #404040. Windows color (decimal): -16695554 or 16662017. OLE color: 16662017.

HSL color Cylindrical-coordinate representation of color #013EFE: hue angle of 225.53º 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 #013EFE is Cyan = 1.00, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 1 62 254 -
CMYK 1.00 0.76 0 0.00
HSL 225.53º 0.99% 0.5% -
HSV(B) 225.53º 1% 1% -
XYZ 19.62 10.61 94.78 -
YUV 65.65 234.29 81.89 -
System Red Green Blue C M Y K H S L
Decimal 1 62 254 1.00 0.76 0 0.00 225.53 0.99 0.5
Hex 1 3E FE 64 4C 0 0 E2 63 32
Octal 1 76 376 144 114 0 0 342 143 62
Binary 1 111110 11111110 1100100 1001100 0 0 11100010 1100011 110010

Color Harmonies of #013EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013EFE

Black with #013EFE

Text Example


Text Example

White with #013EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013EFE; }

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

 H1.HeaderClassName
 {
   color: #013EFE;
 }
 .AnyTagClassName
 {
   color: #013EFE;
 }
</style>

background-color css

<style>
 a { background-color: #013EFE; }

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

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

border-color css

<style>
 span { border-color: #013EFE; }

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

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