Html Css Color HEX #012AF7 Blue

📋 copy color: '#012AF7'

red 1 ◦ green 42 ◦ blue 247

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

Shades of Blue #012AF7

Tints of Blue #012AF7

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.48%

 BLUE value IS 247 (96.88% from 255) = 85.17%

R = 0.34%
G = 14.48%
B = 85.17%

CMYK

 C value IS 1.00

 M value IS 0.83

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#012AF7 (or 0x012AF7) is known color: Blue. HEX triplet: 01, 2A and F7. RGB value is (1,42,247). Sum of RGB (Red+Green+Blue) = 1+42+247=290 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 290); Green value is 42 (16.80% from 255 or 14.48% from 290); Blue value is 247 (96.88% from 255 or 85.17% from 290); Max value from RGB is 247 - color contains mainly: blue. Hex color #012AF7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #012AF7 is #FED508. Grayscale: #343434. Windows color (decimal): -16700681 or 16198145. OLE color: 16198145.

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

Color convert

RGB 1 42 247 -
CMYK 1.00 0.83 0 0.03
HSL 230º 0.99% 0.49% -
HSV(B) 230º 1% 0.97% -
XYZ 17.63 8.38 88.68 -
YUV 53.11 237.42 90.83 -
System Red Green Blue C M Y K H S L
Decimal 1 42 247 1.00 0.83 0 0.03 230 0.99 0.49
Hex 1 2A F7 64 53 0 3 E6 63 31
Octal 1 52 367 144 123 0 3 346 143 61
Binary 1 101010 11110111 1100100 1010011 0 11 11100110 1100011 110001

Color Harmonies of #012AF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012AF7

Black with #012AF7

Text Example


Text Example

White with #012AF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,42,247); }

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

background-color css

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

 a { background-color: rgb(1,42,247); }

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

border-color css

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

 span { border-color: rgb(1,42,247); }

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