Html Css Color HEX #012EF9 Blue

📋 copy color: '#012EF9'

red 1 ◦ green 46 ◦ blue 249

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

Shades of Blue #012EF9

Tints of Blue #012EF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 84.12%

R = 0.34%
G = 15.54%
B = 84.12%

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

#012EF9 (or 0x012EF9) is known color: Blue. HEX triplet: 01, 2E and F9. RGB value is (1,46,249). Sum of RGB (Red+Green+Blue) = 1+46+249=296 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 296); Green value is 46 (18.36% from 255 or 15.54% from 296); Blue value is 249 (97.66% from 255 or 84.12% from 296); Max value from RGB is 249 - color contains mainly: blue. Hex color #012EF9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #012EF9 is #FED106. Grayscale: #363636. Windows color (decimal): -16699655 or 16330241. OLE color: 16330241.

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

Color convert

RGB 1 46 249 -
CMYK 1.00 0.82 0 0.02
HSL 229.11º 0.99% 0.49% -
HSV(B) 229.11º 1% 0.98% -
XYZ 18.09 8.8 90.37 -
YUV 55.69 237.09 88.99 -
System Red Green Blue C M Y K H S L
Decimal 1 46 249 1.00 0.82 0 0.02 229.11 0.99 0.49
Hex 1 2E F9 64 52 0 2 E5 63 31
Octal 1 56 371 144 122 0 2 345 143 61
Binary 1 101110 11111001 1100100 1010010 0 10 11100101 1100011 110001

Color Harmonies of #012EF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012EF9

Black with #012EF9

Text Example


Text Example

White with #012EF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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