Html Css Color HEX #012AF3 Blue

📋 copy color: '#012AF3'

red 1 ◦ green 42 ◦ blue 243

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

Shades of Blue #012AF3

Tints of Blue #012AF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 84.97%

R = 0.35%
G = 14.69%
B = 84.97%

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

#012AF3 (or 0x012AF3) is known color: Blue. HEX triplet: 01, 2A and F3. RGB value is (1,42,243). Sum of RGB (Red+Green+Blue) = 1+42+243=286 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 286); Green value is 42 (16.80% from 255 or 14.69% from 286); Blue value is 243 (95.31% from 255 or 84.97% from 286); Max value from RGB is 243 - color contains mainly: blue. Hex color #012AF3 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #012AF3 is #FED50C. Grayscale: #333333. Windows color (decimal): -16700685 or 15936001. OLE color: 15936001.

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

Color convert

RGB 1 42 243 -
CMYK 1.00 0.83 0 0.05
HSL 229.83º 0.99% 0.48% -
HSV(B) 229.83º 1% 0.95% -
XYZ 17.02 8.13 85.47 -
YUV 52.66 235.42 91.16 -
System Red Green Blue C M Y K H S L
Decimal 1 42 243 1.00 0.83 0 0.05 229.83 0.99 0.48
Hex 1 2A F3 64 53 0 5 E6 63 30
Octal 1 52 363 144 123 0 5 346 143 60
Binary 1 101010 11110011 1100100 1010011 0 101 11100110 1100011 110000

Color Harmonies of #012AF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012AF3

Black with #012AF3

Text Example


Text Example

White with #012AF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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