Html Css Color HEX #012BFE Blue

📋 copy color: '#012BFE'

red 1 ◦ green 43 ◦ blue 254

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

Shades of Blue #012BFE

Tints of Blue #012BFE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.43%

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

R = 0.34%
G = 14.43%
B = 85.23%

CMYK

 C value IS 1.00

 M value IS 0.83

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#012BFE (or 0x012BFE) is known color: Blue. HEX triplet: 01, 2B and FE. RGB value is (1,43,254). Sum of RGB (Red+Green+Blue) = 1+43+254=298 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 298); Green value is 43 (17.19% from 255 or 14.43% from 298); Blue value is 254 (99.61% from 255 or 85.23% from 298); Max value from RGB is 254 - color contains mainly: blue. Hex color #012BFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #012BFE is #FED401. Grayscale: #353535. Windows color (decimal): -16700418 or 16657153. OLE color: 16657153.

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

Color convert

RGB 1 43 254 -
CMYK 1.00 0.83 0 0.00
HSL 230.04º 0.99% 0.5% -
HSV(B) 230.04º 1% 1% -
XYZ 18.77 8.89 94.49 -
YUV 54.5 240.59 89.84 -
System Red Green Blue C M Y K H S L
Decimal 1 43 254 1.00 0.83 0 0.00 230.04 0.99 0.5
Hex 1 2B FE 64 53 0 0 E6 63 32
Octal 1 53 376 144 123 0 0 346 143 62
Binary 1 101011 11111110 1100100 1010011 0 0 11100110 1100011 110010

Color Harmonies of #012BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012BFE

Black with #012BFE

Text Example


Text Example

White with #012BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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