Html Css Color HEX #012EFE Blue

📋 copy color: '#012EFE'

red 1 ◦ green 46 ◦ blue 254

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

Shades of Blue #012EFE

Tints of Blue #012EFE

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.28%

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

R = 0.33%
G = 15.28%
B = 84.39%

CMYK

 C value IS 1.00

 M value IS 0.82

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#012EFE (or 0x012EFE) is known color: Blue. HEX triplet: 01, 2E and FE. RGB value is (1,46,254). Sum of RGB (Red+Green+Blue) = 1+46+254=301 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 301); Green value is 46 (18.36% from 255 or 15.28% from 301); Blue value is 254 (99.61% from 255 or 84.39% from 301); Max value from RGB is 254 - color contains mainly: blue. Hex color #012EFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #012EFE is #FED101. Grayscale: #373737. Windows color (decimal): -16699650 or 16657921. OLE color: 16657921.

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

Color convert

RGB 1 46 254 -
CMYK 1.00 0.82 0 0.00
HSL 229.33º 0.99% 0.5% -
HSV(B) 229.33º 1% 1% -
XYZ 18.88 9.12 94.53 -
YUV 56.26 239.59 88.59 -
System Red Green Blue C M Y K H S L
Decimal 1 46 254 1.00 0.82 0 0.00 229.33 0.99 0.5
Hex 1 2E FE 64 52 0 0 E5 63 32
Octal 1 56 376 144 122 0 0 345 143 62
Binary 1 101110 11111110 1100100 1010010 0 0 11100101 1100011 110010

Color Harmonies of #012EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012EFE

Black with #012EFE

Text Example


Text Example

White with #012EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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