Html Css Color HEX #012EFB Blue

📋 copy color: '#012EFB'

red 1 ◦ green 46 ◦ blue 251

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

Shades of Blue #012EFB

Tints of Blue #012EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 84.23%

R = 0.34%
G = 15.44%
B = 84.23%

CMYK

 C value IS 1.00

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#012EFB (or 0x012EFB) is known color: Blue. HEX triplet: 01, 2E and FB. RGB value is (1,46,251). Sum of RGB (Red+Green+Blue) = 1+46+251=298 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 298); Green value is 46 (18.36% from 255 or 15.44% from 298); Blue value is 251 (98.44% from 255 or 84.23% from 298); Max value from RGB is 251 - color contains mainly: blue. Hex color #012EFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #012EFB is #FED104. Grayscale: #373737. Windows color (decimal): -16699653 or 16461313. OLE color: 16461313.

HSL color Cylindrical-coordinate representation of color #012EFB: hue angle of 229.2º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #012EFB is Cyan = 1.00, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 1 46 251 -
CMYK 1.00 0.82 0 0.02
HSL 229.2º 0.99% 0.49% -
HSV(B) 229.2º 1% 0.98% -
XYZ 18.4 8.93 92.02 -
YUV 55.92 238.09 88.83 -
System Red Green Blue C M Y K H S L
Decimal 1 46 251 1.00 0.82 0 0.02 229.2 0.99 0.49
Hex 1 2E FB 64 52 0 2 E5 63 31
Octal 1 56 373 144 122 0 2 345 143 61
Binary 1 101110 11111011 1100100 1010010 0 10 11100101 1100011 110001

Color Harmonies of #012EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012EFB

Black with #012EFB

Text Example


Text Example

White with #012EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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