Html Css Color HEX #012FF3 Blue

📋 copy color: '#012FF3'

red 1 ◦ green 47 ◦ blue 243

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

Shades of Blue #012FF3

Tints of Blue #012FF3

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.15%

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

R = 0.34%
G = 16.15%
B = 83.51%

CMYK

 C value IS 1.00

 M value IS 0.81

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#012FF3 (or 0x012FF3) is known color: Blue. HEX triplet: 01, 2F and F3. RGB value is (1,47,243). Sum of RGB (Red+Green+Blue) = 1+47+243=291 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 291); Green value is 47 (18.75% from 255 or 16.15% from 291); Blue value is 243 (95.31% from 255 or 83.51% from 291); Max value from RGB is 243 - color contains mainly: blue. Hex color #012FF3 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #012FF3 is #FED00C. Grayscale: #363636. Windows color (decimal): -16699405 or 15937281. OLE color: 15937281.

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

Color convert

RGB 1 47 243 -
CMYK 1.00 0.81 0 0.05
HSL 228.6º 0.99% 0.48% -
HSV(B) 228.6º 1% 0.95% -
XYZ 17.21 8.51 85.53 -
YUV 55.59 233.76 89.06 -
System Red Green Blue C M Y K H S L
Decimal 1 47 243 1.00 0.81 0 0.05 228.6 0.99 0.48
Hex 1 2F F3 64 51 0 5 E5 63 30
Octal 1 57 363 144 121 0 5 345 143 60
Binary 1 101111 11110011 1100100 1010001 0 101 11100101 1100011 110000

Color Harmonies of #012FF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012FF3

Black with #012FF3

Text Example


Text Example

White with #012FF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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