Html Css Color HEX #012AF1 Blue

📋 copy color: '#012AF1'

red 1 ◦ green 42 ◦ blue 241

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

Shades of Blue #012AF1

Tints of Blue #012AF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 84.86%

R = 0.35%
G = 14.79%
B = 84.86%

CMYK

 C value IS 1.00

 M value IS 0.83

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#012AF1 (or 0x012AF1) is known color: Blue. HEX triplet: 01, 2A and F1. RGB value is (1,42,241). Sum of RGB (Red+Green+Blue) = 1+42+241=284 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 284); Green value is 42 (16.80% from 255 or 14.79% from 284); Blue value is 241 (94.53% from 255 or 84.86% from 284); Max value from RGB is 241 - color contains mainly: blue. Hex color #012AF1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #012AF1 is #FED50E. Grayscale: #333333. Windows color (decimal): -16700687 or 15804929. OLE color: 15804929.

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

Color convert

RGB 1 42 241 -
CMYK 1.00 0.83 0 0.05
HSL 229.75º 0.99% 0.47% -
HSV(B) 229.75º 1% 0.95% -
XYZ 16.72 8.01 83.88 -
YUV 52.43 234.42 91.32 -
System Red Green Blue C M Y K H S L
Decimal 1 42 241 1.00 0.83 0 0.05 229.75 0.99 0.47
Hex 1 2A F1 64 53 0 5 E6 63 2F
Octal 1 52 361 144 123 0 5 346 143 57
Binary 1 101010 11110001 1100100 1010011 0 101 11100110 1100011 101111

Color Harmonies of #012AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012AF1

Black with #012AF1

Text Example


Text Example

White with #012AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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