Html Css Color HEX #0131FC Blue

📋 copy color: '#0131FC'

red 1 ◦ green 49 ◦ blue 252

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

Shades of Blue #0131FC

Tints of Blue #0131FC

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.23%

 BLUE value IS 252 (98.83% from 255) = 83.44%

R = 0.33%
G = 16.23%
B = 83.44%

CMYK

 C value IS 1.00

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0131FC (or 0x0131FC) is known color: Blue. HEX triplet: 01, 31 and FC. RGB value is (1,49,252). Sum of RGB (Red+Green+Blue) = 1+49+252=302 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 302); Green value is 49 (19.53% from 255 or 16.23% from 302); Blue value is 252 (98.83% from 255 or 83.44% from 302); Max value from RGB is 252 - color contains mainly: blue. Hex color #0131FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0131FC is #FECE03. Grayscale: #383838. Windows color (decimal): -16698884 or 16527617. OLE color: 16527617.

HSL color Cylindrical-coordinate representation of color #0131FC: hue angle of 228.53º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0131FC is Cyan = 1.00, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 1 49 252 -
CMYK 1.00 0.81 0 0.01
HSL 228.53º 0.99% 0.5% -
HSV(B) 228.53º 1% 0.99% -
XYZ 18.68 9.23 92.89 -
YUV 57.79 237.6 87.49 -
System Red Green Blue C M Y K H S L
Decimal 1 49 252 1.00 0.81 0 0.01 228.53 0.99 0.5
Hex 1 31 FC 64 51 0 1 E5 63 32
Octal 1 61 374 144 121 0 1 345 143 62
Binary 1 110001 11111100 1100100 1010001 0 1 11100101 1100011 110010

Color Harmonies of #0131FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0131FC

Black with #0131FC

Text Example


Text Example

White with #0131FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0131FC; }

 p { color: rgb(1,49,252); }

 H1.HeaderClassName
 {
   color: #0131FC;
 }
 .AnyTagClassName
 {
   color: #0131FC;
 }
</style>

background-color css

<style>
 a { background-color: #0131FC; }

 a { background-color: rgb(1,49,252); }

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

border-color css

<style>
 span { border-color: #0131FC; }

 span { border-color: rgb(1,49,252); }

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